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

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

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

# Test / coverage / type-check caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml
.tox/
.nox/

# Engram runtime artifacts
*.db
*.sqlite
*.sqlite3
*.duckdb
.engram/

# CI-generated smoke benchmark manifests (release runs are committed to /runs/)
benchmarks/runs/ci/
benchmarks/runs/local/

# Externally-licensed benchmark datasets — fetched via scripts/, never vendored
benchmarks/datasets/

# Environment / secrets
.env
.env.*
.envrc
# But the public template gets committed.
!.env.example

# Editors / OS
.vscode/
.idea/
*.swp
.DS_Store
Thumbs.db

# mkdocs build output
site/
