# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
.venv/
venv/
ENV/
env/

# Testing / coverage
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.ruff_cache/
.tox/

# Env / secrets
.env
.env.*
!.env.example
/deploy/*.env
/*storage-key*.json
/*.bundle.json

# IDE / OS
.idea/
.vscode/
.cursor/mcp.json
*.swp
.DS_Store

# Packaging
dist/
*.whl
*.tar.gz
