# 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
MANIFEST

# Virtual envs
.venv/
venv/
ENV/
env/

# Testing & type checking
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml

# IDE
.vscode/
.idea/
*.swp
*.swo
.DS_Store

# Secrets / local
.env
.env.local
*.pem
*.key

# Local data (mock backend can write here in dev)
.local-data/
.git-commit-message-tmp.txt
