### Python template
# 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/
share/python-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
*.py,cover
.hypothesis/
.pytest_cache/
cover/

# Sphinx / mkdocs / pdoc documentation builds
docs/_build/
docs/source-code/
/site

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

# IDE / editor caches
.spyderproject
.spyproject
.ropeproject
.idea/
.vscode/

# Type checker caches
.mypy_cache/
.dmypy.json
dmypy.json
.pyre/
.pytype/

# Linter caches
.ruff_cache/

# Cython debug symbols
cython_debug/

# Symlinks created by the docs.yml workflow before mkdocs build.
# These live under docs/ at runtime so mkdocs-material can render them as
# plain pages, but they are re-created on every CI run and should not be
# tracked in git.
/docs/CHANGELOG.md
/docs/CODE_OF_CONDUCT.md
/docs/contributing.md
/docs/security.md

# Linuxfabrik / Claude Code per-project notes (kept out of the repo by convention)
CLAUDE.md
.claude/
