# Python bytecode
__pycache__/
*.py[cod]

# Distribution / packaging
build/
dist/
*.egg-info/

# Testing
.pytest_cache/
.coverage
coverage.xml
htmlcov/

# Environment
.env
.venv/
venv/

# IDE
.vscode/
.idea/

# OS
.DS_Store

# Claude Code
CLAUDE.md
.claude/

# Temporary output files
*.log
*.tmp
test-*.tsv
