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

# Virtual envs
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Test / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
nosetests.xml
coverage.xml
*.cover

# Type checkers
.mypy_cache/
.pyre/
.pytype/
.ruff_cache/

# --- Node / JS ---
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
.npm
.yarn-cache
.parcel-cache
.next
.nuxt
.cache
dist
.vite
.turbo
.eslintcache

# --- Editors / OS / tooling ---
.vscode/
.idea/
*.swp
*.swo
.DS_Store
Thumbs.db
desktop.ini

# --- Claude Code local state ---
.claude/
CLAUDE.md
