# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg
*.egg-info/
dist/
build/
.eggs/
.venv/
venv/
env/
.env

# Locci cache
.locci/
.locci_cache/
~/.locci/

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

# macOS
.DS_Store

# Test artifacts
.pytest_cache/
.coverage
htmlcov/
