# Environment variables and secrets
.env
.env.local
.env.*.local
*.key
*.pem
*.crt
secrets/
.secrets

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
uv.lock
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtual environments
venv/
.venv/
ENV/
env/
.env/

# IDEs
.vscode/
.idea/
.claude/
*.swp
*.swo
*~
.DS_Store

# Testing
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.log
.pytest_cache/

# Jupyter Notebook
.ipynb_checkpoints

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Pyre type checker
.pyre/

# pytype static type analyzer
.pytype/

# Cython debug symbols
cython_debug/

# Database
*.db
*.sqlite
*.sqlite3

# Logs
logs/
*.log
pip-log.txt
pip-delete-this-directory.txt

# OS
.DS_Store
Thumbs.db
Desktop.ini

# Temporary files
tmp/
temp/
*.tmp
*.bak
*.swp
*.swo

# Generated version file
**/_version.py
