Files
2026-04-18 11:29:36 +03:00

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