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

# Distribution / packaging
.Python
build/
dist/
*.egg-info/
*.egg
sdist/
wheels/

# Virtual environments
.venv/
venv/
env/
ENV/

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

# Test / coverage
.pytest_cache/
.ruff_cache/
.mypy_cache/
.tox/
.nox/
.coverage
.coverage.*
htmlcov/
coverage.xml
.cache
.hypothesis/

# MkDocs site build
site/
docs/_build/

# Streamlit (tools/inferrer)
.streamlit/

# Crease working artifacts
# Synthetic test data generated by tools/fixturegen — regenerable, not committed
data/
artifacts/
