20 lines
214 B
Plaintext
20 lines
214 B
Plaintext
# System files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Dependencies (Crucial - these should never be in Git)
|
|
node_modules/
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# IDEs
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Environment secrets
|
|
.env
|
|
*.local
|
|
|
|
# Build folders
|
|
dist/
|
|
build/ |