# Environment and secrets
.env
.env.local
.env.*.local
*.pem
*.key
# Keep .env.example as a template
!.env.example

# Virtual environments
.venv/
venv/
ENV/

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

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

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/

# Type checking
.mypy_cache/
.pytype/

# Linting
.ruff_cache/

# IDEs and editors
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store

# Claude Code
.claude/

# Jupyter
.ipynb_checkpoints/

# Local development
*.log
