34 lines
323 B
Plaintext
34 lines
323 B
Plaintext
.DS_Store
|
|
|
|
# Local tooling state
|
|
.agents/
|
|
.claude/
|
|
.review-sandboxes/
|
|
|
|
# Python environment and caches
|
|
.venv/
|
|
venv/
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.pyo
|
|
*.pyd
|
|
|
|
# Local markdown workspace
|
|
md/
|
|
docs/
|
|
|
|
# Go
|
|
/md-to-html
|
|
/bin/
|
|
/dist/
|
|
/tmp/
|
|
*.test
|
|
*.out
|
|
|
|
# Web build artifacts
|
|
/web/static/dist/
|
|
/node_modules/
|
|
|
|
# Air live-reload
|
|
.air.log
|