26 lines
409 B
Plaintext
26 lines
409 B
Plaintext
__pycache__
|
|
.mypy_cache
|
|
.pytest_cache
|
|
.venv/
|
|
node_modules
|
|
package-lock.json
|
|
db.sqlite3
|
|
db.sqlite3-shm
|
|
db.sqlite3-wal
|
|
data/
|
|
/static/
|
|
dist/
|
|
.DS_Store
|
|
.python-version
|
|
|
|
# Local configuration (may contain secrets); examples are committed instead
|
|
.env
|
|
/settings.ini
|
|
.direnv
|
|
.hermes/
|
|
|
|
# Build artifacts: generated in CI/Docker assets stage, not committed
|
|
/games/static/base.css
|
|
/games/static/js/dist/
|
|
/ts/generated/
|