# Python bytecode
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg

# Virtual environments
.venv/
.env

# Testing & linting caches
.mypy_cache/
.pytest_cache/
.ruff_cache/

# IDE files
.vscode/
.idea/

# Template backups (Jinja2)
*.j2.bak
*.j2~
*.j2.orig

# StackShip local data (includes deployments with .env and secrets)
.stackship/

# Env files that may contain secrets
.env
.env.local
