# Dependencies
__pycache__/
*.pyc
.pytest_cache/

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

# Environment
.env
.env.local
*.local

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

# OS
.DS_Store
Thumbs.db

# Coverage
coverage/
.coverage
htmlcov/
