Add .gitignore
Add gitignore
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
# Development files
|
||||
|
||||
.env
|
||||
*.log
|
||||
|
||||
# Python (future)
|
||||
__pycache__/
|
||||
*.pyc
|
||||
|
||||
# Node (future frontend)
|
||||
node_modules/
|
||||
dist/
|
||||
Reference in New Issue
Block a user