# Environment
.env
venv/
__pycache__/
*.pyc

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

# IDE
.vscode/
.idea/

# OS
.DS_Store
Thumbs.db

# Pytest
.pytest_cache/
