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

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# PyInstaller
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/

# Translations
*.mo
*.pot

# Environments
.env
.venv
env/
venv/
venv_*/
ENV/
env.bak/
venv.bak/

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

# Models (downloaded at runtime)
*.onnx
models/

# Local config
config/local.yaml
*.local.yaml

# Jupyter
.ipynb_checkpoints/

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# ruff
.ruff_cache/

# Local backup artifacts
*.bak
*.bak.*
*.bak2
*.bak2.*

# Script maintenance logs
scripts/logs/

# Zenity / OWASP regression run artifacts (generated by tests)
tests/zenity/_last_pytest_run.log
tests/zenity/_last_owasp_pytest_run.log
tests/zenity/_owasp_compliance_log.jsonl
tests/zenity/_owasp_compliance_summary.json

# Cursor/agent local workspaces (never commit)
workspaces/

# Optional Rust bouncer reference crate (build via maturin locally; not Phase 1 MVP)
sasi_bouncer_core/

