# Python
__pycache__/
*.py[cod]
*.so
venv/
env/
ENV/
.Python

# Environment
.env
.env.local

# Build artifacts
dist/
build/
*.egg-info/

# Test artifacts
.coverage
.pytest_cache/
.tox/

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

# OS
.DS_Store
Thumbs.db
