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

# Python
__pycache__/
*.pyc
*.pyo

# Environment
.env
.venv/
venv/

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

# Test
.pytest_cache/
htmlcov/
.coverage
