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

# Virtual environments
.venv/

# SQLite
*.db
*.db-wal
*.db-shm

# IDE
.idea/
.vscode/
*.swp

# Environment
.env
.env.*

# OS
.DS_Store
