# Python bytecode and caches
__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/
.pre-commit-cache/
.mypy_cache/
.pyright/
.ipynb_checkpoints/

# Virtual environments
.nox/
.venv/
venv/
env/

# Build artifacts
build/
dist/
*.egg-info/
site/

# Test coverage and reports
.coverage
htmlcov/
reports/

# Environment and secrets
.env
.env.*
!.env.example

# OS/editor noise
.DS_Store
Thumbs.db

# Node / npm
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
.npm/

# Notes
TODO.md
