# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
dist/
build/
*.egg-info/
.eggs/

# Environments
.venv/
env/
venv/
ENV/

# Testing & Coverage
.pytest_cache/
.coverage
htmlcov/

# Type checking & Linter
.mypy_cache/
.ruff_cache/

# Model downloads & Cache
.spanguard_cache/
*.onnx
*.onnx_data

# IDEs
.vscode/
.idea/
*.swp
*.swo
.DS_Store
*.csv
