# Build/dist
dist/
build/
*.egg-info/
__pycache__/
*.pyc
*.pyo

# Virtual env
.venv/
venv/
env/

# OS
.DS_Store
Thumbs.db

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

# Env
.env
.env.local

# Testing
.pytest_cache/
.coverage
htmlcov/

# Misc
*.bak
*.tmp
