# 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
MANIFEST
wheelhouse

# PyInstaller
#  Usually these files are written by a python script from a template
#  before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

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

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

# Translations
*.mo
*.pot

# Django stuff:
*.log
local_settings.py
db.sqlite3

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# PyBuilder
target/

# Jupyter Notebook
.ipynb_checkpoints
*.ipynb

# pyenv
.python-version

# celery beat schedule file
celerybeat-schedule

# SageMath parsed files
*.sage.py

# Environments
.env
.venv
.venv-mutation
env/
venv/
ENV/
env.bak/
venv.bak/

# Mutation testing (mutmut) — see scripts/mutation.sh
.mutmut-cache
mutants/

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# mkdocs documentation
/site

# mypy
.mypy_cache/

# ruff
.ruff_cache/

# Mr Developer
.mr.developer.cfg
.project
.pydevproject
.idea
*.iml
*.komodoproject

# Complexity
output/*.html
output/*/index.html

.DS_Store
*~
.*.sw[po]
.build
.ve
.env
.cache
.pytest
.bootstrap
.appveyor.token
*.bak
.testmondata
*.rdb
diff_coverage_report.html

# TODOs
TODO
*.todo
todos

# `todo/` is a symlink to private planning notes, so git never sees it. Ignored
# anyway: if the symlink is ever replaced by a real directory, this keeps the
# notes out of `git add -A` instead of offering 45 files for commit.
/todo/

# SQLite DBs
*.db

# Temporary Python files
tester*.py
tester-*
*.patch

# Temporary folders
docs-old/*
tmp/*

*.code-workspace
# Local Claude Code config (not part of the project)
/.claude
# Claude Code guidance files — kept local for maintainer sessions, not shipped
# in the public repo. Matches CLAUDE.md at any depth (root, docs/, tests/).
CLAUDE.md

# Poetry (legacy - removed in favor of uv)
poetry.lock
