# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
*.db
*.sqlite3
.pytest_cache/
.venv/
venv/
.env

# IDE
.vscode/
.idea/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db
