trainUs/.gitignore
David 1424029eae
Some checks are pending
CI / Lint & Format (push) Waiting to run
CI / Build (push) Waiting to run
CI / Tests (${{ matrix.browser }}) (chromium) (push) Waiting to run
CI / Tests (${{ matrix.browser }}) (firefox) (push) Waiting to run
Step 26 to announce exercise
2026-07-06 15:33:33 +02:00

42 lines
434 B
Plaintext

# Dependencies
node_modules/
# Build output
dist/
dev-dist/
# SQLite WASM (copied from node_modules at build time)
public/sqlite3.wasm
public/sqlite3-opfs-async-proxy.js
# Python venv
tests/.venv/
__pycache__/
.pytest_cache/
# Logs
*.log
# Editor
.idea/
# OS
.DS_Store
Thumbs.db
# Environment
.env
.env.local
.env.*.local
# temp files
tmp/
# Hugo build output
website/public/
website/resources/
# temporary files
*.tmp
tmp/