README / .gitignore
CJGibs's picture
Harden Space startup entrypoint
b901d2c
raw
history blame contribute delete
326 Bytes
# OS / editor
.DS_Store
Thumbs.db
.idea/
.vscode/
# Python
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/
.venv/
venv/
# Frontend / build artifacts
app/frontend/node_modules/
app/frontend/dist/
app/frontend/*.tsbuildinfo
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Local env
.env
.env.*