# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/

# Environment
.env
.venv/

# IDE
.vscode/
.idea/
.claude

# Testing
.pytest_cache
.coverage

# Linting
.ruff_cache

# Data/output
data
output/
*.csv
*.sqlite
zotlib.toml

# Archive
.archive/
