shaiwatcher/.gitignore
Franz Rolfsvaag 47cc285919 0.4.0.0.a1
- Fully implemented swagger-like docs site
  - Full search functionality
  - Command type tags
  - Usage examples
  - Mobile-friendly
  - Command details available through the "Details" panel
  - Dynamically keeps information up-to-date
2025-08-13 12:19:09 +02:00

19 lines
215 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Python
__pycache__/
*.pyc
.venv/
venv/
.env
# Local data & secrets (well mount these in Docker)
data/
data.json
data.json.bak
settings*.conf
NOTES.md
sanity/
.offline_data.json
# Tools
wrapper/
wrapper/tools/