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

# Virtual environments
venv/
ENV/
env/
.venv

# uv
.uv/
uv.lock

# Testing
.pytest_cache/
.coverage
htmlcov/
*.cover
.hypothesis/
.tox/

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

# IDE & Editor
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
.claude

# Environment variables
.env
.env.local
.env.*.local
*.db
*.sqlite
*.sqlite3

# Logs
*.log

# OS
.DS_Store
Thumbs.db

# Temporary files
tmp/
temp/
*.tmp

# Distribution
*.tar.gz
*.zip

# Documentation
CLAUDE.md

# spec workflow specs
.spec-workflow

# some other files
nul
