MSU576 commited on
Commit
342c4ed
·
verified ·
1 Parent(s): 79c3d58

Create .gitignore

Browse files
Files changed (1) hide show
  1. .gitignore +6 -0
.gitignore ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ node_modules
2
+ frontend/node_modules
3
+ backend/__pycache__
4
+ *.pyc
5
+ /tmp
6
+ .env