# Python artifacts
.env
.venv
build/
dist/
*.egg-info/
*.pyc
__pycache__/
.pytest_cache/

# OS artifacts
.DS_Store
Thumbs.db

# Editor artifacts
.vscode/
.idea/
*.swp
*~

# Development artifacts
.coverage
htmlcov/
