Initial commit with Phase 0 Scaffolding
This commit is contained in:
parent
b393607602
commit
c545d4b17d
51 changed files with 7064 additions and 4 deletions
23
.gitignore
vendored
23
.gitignore
vendored
|
|
@ -5,9 +5,30 @@
|
|||
*.swp
|
||||
*.xml
|
||||
|
||||
# Build outputs (if your Node app eventually compiles or bundles code)
|
||||
# Build outputs
|
||||
dist/
|
||||
build/
|
||||
out/
|
||||
|
||||
# Dependencies
|
||||
node_modules/
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.egg-info/
|
||||
.mypy_cache/
|
||||
.ruff_cache/
|
||||
.pytest_cache/
|
||||
|
||||
# Environment
|
||||
.env
|
||||
*.sqlite
|
||||
|
||||
# OS files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Local application run data
|
||||
/data/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue