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

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

# Poetry
poetry.lock

# uv
.uv/
uv.lock

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

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

# Environment files
.env
.env.local
.env.*.local

# Logs
*.log
logs/

# Database
*.db
*.sqlite
db.sqlite3
db.sqlite3-journal

# Temporary files
tmp/
temp/
*.tmp

# Build artifacts
artifacts/
checkpoints/

# Node modules (if any JS tooling)
node_modules/

# Jupyter
.ipynb_checkpoints/

# MyPy
.mypy_cache/
.dmypy.json
dmypy.json

# Ruff
.ruff_cache/

# Pyre type checker
.pyre/

# pytype static type analyzer
.pytype/

# Cython debug symbols
cython_debug/

# macOS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Project specific
*.local.md
.claude/*
!.claude/architecture-handshake.md

# Sphinx documentation
docs/_build/

# PyBuilder
.pybuilder/
target/

# Translations
*.mo
*.pot
