15 lines
151 B
Plaintext
15 lines
151 B
Plaintext
# Development files
|
|
|
|
.env
|
|
*.log
|
|
|
|
# Python (future)
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# Node (future frontend)
|
|
node_modules/
|
|
dist/
|
|
|
|
# StartOS build output
|
|
javascript/ |