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

# Virtual env
.venv/
venv/

# IDE
.idea/
.vscode/
*.swp

# RAWR data (sensitive)
/data/
!src/rawr/core/data/
!src/rawr/core/data/**
*.db

# Secrets
token.json
.env
.env.local
.env.*.local

# OS
.DS_Store

# Testing
.pytest_cache/
htmlcov/
.coverage

# OMC
.omc/
.omx/

__pycache__/
