# Data files (generated by the scripts — not part of the source)
*.xlsx
*.xls
*.csv
*.db
*.txt
!example_output/*.txt
*.pdf
results_summary.*

# Python build artefacts
__pycache__/
*.py[cod]
*.pyo
*.pyd
dist/
build/
*.egg-info/
.eggs/

# Virtual environments
.venv/
venv/
env/

# OS
Thumbs.db
Thumbs.db:encryptable
.DS_Store

# Internal development files
docs/superpowers/

# Test
test/

# Secrets
.pypirc
.env
*.token

# IDE
.vscode/
.idea/
