# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/

# Virtual environments
.venv/
.tensor_spec/
.loom/

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

# Docs
site/

# Coverage
htmlcov/
coverage.xml
.coverage

# OS
.DS_Store
Thumbs.db
