# Binaries (keep these out of git — build locally)
*.exe
*.out
*.test
*.test.exe

# Data directory (runtime DB, generated certs)
data/
certs/

# IDE / editor
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store
Thumbs.db

# OS artifacts
__pycache__/
*.pyc
*.pyo
