Files
applepy/.gitignore
Warezpeddler 3325436017 Initial commit
2026-04-25 23:09:31 +01:00

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