# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv
venv/
env/
ENV/

# uv
uv.lock

# Environment variables
.env
.env.local
.env.*.local
.envrc

# Secrets and credentials
secrets/
*.pem
*.key
*.cert
*.p12
*.pfx

# Logs
*.log
logs/
*.log.*
pip-log.txt

# Coverage reports
.coverage
htmlcov/
*.cover
.coverage.*
coverage.xml
*.coveragerc

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

# Testing
.pytest_cache/
.tox/
.nox/

# Type checking
.mypy_cache/
.dmypy.json
dmypy.json
.pytype/

# Jupyter Notebook
.ipynb_checkpoints/
*.ipynb

# Database
*.db
*.sqlite
*.sqlite3

# Documentation builds
docs/_build/
site/

# Other
.ruff_cache/
