# Byte-compiled Python
fitcheck/__pycache__/
*.py[cod]
*$py.class

# Packaging / build artifacts
build/
dist/
*.egg-info/

# Virtual environments (if you create one later)
.venv/
venv/

# Testing / cache
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
coverage.xml
htmlcov/

# Environment secrets (if you ever add API keys, etc.)
.env

# OS junk
.DS_Store

# Editor
.vscode/

# Internal agent scaffolding — not project documentation.
# docs/ IS tracked on purpose: SPEC.md and Blueprint.md are the public "how it works"
# reference, and README's how-it-works section links to them (SPEC.md Definition of Done #5).
CLAUDE.md

docs/TASKS.md

.obsidian/