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

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

# Testing & coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover

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

# IDE / editors
.vscode/
.idea/
*.swp
*~
.DS_Store

# Local Claude config
.claude/settings.local.json

# Build artifacts (legacy zips)
*.zip

# Secrets (never commit)
.env
.env.*
!.env.example
