Initial commit
This commit is contained in:
30
.gitignore
vendored
Normal file
30
.gitignore
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user