31 lines
348 B
Plaintext
31 lines
348 B
Plaintext
# Python
|
|
.venv/
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.egg-info/
|
|
|
|
# Test / lint caches
|
|
.pytest_cache/
|
|
.ruff_cache/
|
|
|
|
# Build output
|
|
dist/
|
|
build/
|
|
|
|
# Tool output
|
|
applepy-out/
|
|
out-priv/
|
|
|
|
# macOS
|
|
.DS_Store
|
|
|
|
# Editor / IDE
|
|
.claude/
|
|
|
|
# Reference material (large PDFs + nested repos, not needed to run the tool)
|
|
pdfs/
|
|
|
|
# Personal / session notes
|
|
progress.txt
|
|
resume.txt
|