# Python
__pycache__/
*.pyc

# Virtual environment
venv/

# Environment variables
.env

# VS Code
.vscode/