# Local secrets
.env
.env.*
!.env.example

# Virtual environments
.venv/
venv/
.python-version

# Python caches
__pycache__/
*.py[cod]
*.pyo

# Test and tool caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.hypothesis/
.tox/
.nox/
.coverage
.coverage.*
htmlcov/

# Build artifacts
build/
dist/
*.egg-info/
pip-wheel-metadata/

# Notebook and editor clutter
.ipynb_checkpoints/
.vscode/
.idea/
.DS_Store

# Local logs
*.log
