# Byte-compiled / optimized
__pycache__/
*.py[cod]
*$py.class

# Environments
.env
.env.local
.env.*.local

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

# OS
.DS_Store
Thumbs.db

# Database
*.db
*.sqlite3
*.sqlite

# Logs
*.log
logs/

# Distribution
dist/
build/
*.egg-info/

# Backup files
*.bak
*.backup
*~

# Test
.pytest_cache/
.coverage
htmlcov/
