# Environment variables
.env
# Virtual environment
venv/
env/
# Python cache
__pycache__/
*.pyc
# IDE
.vscode/
.idea/