# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
*.egg-info/
*.egg
.eggs/
pip-wheel-metadata/

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

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

# OS
.DS_Store
Thumbs.db

# Test / lint cache
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
.tox/

# Absentia's own runtime state (in any project that uses absentia)
.absentia/
# Pre-rename name (kept so legacy state dirs aren't accidentally tracked)
.lacuna/

# Per-project user config (only the .example file is in-repo)
absentia.toml
lacuna.toml

# Mkdocs build output
site/

# Mkdocs preview snapshots (developer-local; not part of the repo)
docs/preview/

# Claude Code scheduled-task state (developer-local)
.claude/

# cProfile output from scripts/profile_scan.py
*.prof
