trainUs/.gitignore
David 352a3d5e88
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
Initial commit
2026-06-18 13:06:57 +02:00

38 lines
404 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/