# Data
data/
*.db

# Virtual environments
.venv/
venv/

# Python cache
__pycache__/
*.py[cod]

# Environment
.env

# IDE
.idea/
.vscode/
