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

# C extensions
*.so

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

# 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
.hypothesis/
.pytest_cache/

# pyenv
.python-version

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

# Linter / type-checker caches
.mypy_cache/
.ruff_cache/
.pyright/
.basedpyright/

# Secret-scan baseline cache (the baseline file itself is committed)
.secrets.baseline.bak

# Patch / merge artifacts
*.orig
*.rej

# OS
.DS_STORE
Thumbs.db
desktop.ini

# Editors / IDEs
*~
*.swp
*.swo
.idea/
*.iml
.vscode/
*.sublime-project
*.sublime-workspace

# AI tooling
.omc/
.omx/
.claude/

# Mutation-testing artefacts (cosmic-ray)
mutation.sqlite
mutation.sqlite-*
mutation.sqlite.bak_*
html/
