# Python
.venv/
venv/
__pycache__/
*.py[cod]
*.egg-info/
build/
dist/

# Environment variables (local only)
.env
# IDE
.idea/
.vscode/

