20 lines
224 B
Text
20 lines
224 B
Text
|
|
.git
|
||
|
|
.gitignore
|
||
|
|
.venv
|
||
|
|
.python-version
|
||
|
|
.pytest_cache
|
||
|
|
.mypy_cache
|
||
|
|
.superpowers
|
||
|
|
__pycache__
|
||
|
|
**/__pycache__
|
||
|
|
*.py[cod]
|
||
|
|
*.egg-info
|
||
|
|
backups/
|
||
|
|
quartermaster.db
|
||
|
|
quartermaster.db-journal
|
||
|
|
tests/
|
||
|
|
docs/
|
||
|
|
CLAUDE.md
|
||
|
|
.dockerignore
|
||
|
|
Dockerfile
|