# --- Python ---
__pycache__/
*.py[cod]
*$py.class
*.egg
*.egg-info/
.eggs/
build/
dist/
wheels/
.installed.cfg
*.manifest
*.spec
pip-log.txt
pip-delete-this-directory.txt

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

# Test / lint caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.tox/
.coverage
.coverage.*
htmlcov/
.cache/

# --- Node / npm ---
node_modules/
*.tgz
.npm/

# --- Editors / IDEs ---
.idea/
.vscode/
*.swp
*.swo
*~

# --- macOS ---
.DS_Store
.AppleDouble
.LSOverride

# --- Project-local secrets ---
.env
.env.local
*.local.json

# --- Claude Code ---
.claude/settings.local.json
.claude/.credentials.json

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