# Python bytecode
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python

# Distribution / packaging
*.egg
*.egg-info/
*.whl
dist/
build/
.eggs/
MANIFEST

# Virtual environments
.venv/
venv/
env/

# Environment variables
.env
.env.*

# Type checkers
.mypy_cache/
.dmypy.json
dmypy.json

# Linters
.ruff_cache/

# Testing
.pytest_cache/
pytest-cache-files-*/
htmlcov/
.coverage
.coverage.*
coverage.xml
*.cover

# Logs / temp files
*.log
*.tmp
test.txt

# Project-specific: generated files (keep test fixtures and demo)
*.pdf
*.docx
!tests/fixtures/
!demo/

# Egg-info / installation files
*.egg-info/
.eggs/

# OS
.DS_Store
Thumbs.db

# IDEs
.vscode/
.idea/

docker-compose.yml
CLAUDE.md