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

# Distribution / packaging
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
parts/
sdist/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
.release-metadata/

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

# release.yml renders this at workflow-time and drops it under docs/ so
# mkdocs gh-deploy carries it to the gh-pages root alongside the docs site.
# Not a source artifact — keep it out of the working tree.
docs/coverage.json

# Translations
*.mo
*.pot

# Django stuff
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal

# Environments
.env
.venv
env/
venv/
ENV/

# mkdocs documentation
/site

# Type checkers / linters
.mypy_cache/
.dmypy.json
dmypy.json
.pyre/
.pytype/
.ruff_cache/

# Node (embedded esbuild JS build lives under js/)
node_modules/

# IDEs / editors
.idea/
.vscode/
*.swp
*~
.DS_Store

# AI-specific items (local design notes, not committed)
.ai/

# Dev-only corpus-generation scratchpad (TinyMCE harness + raw dumps).
# The curated, committed fidelity fixtures land elsewhere under js/ later.
corpus-lab/
