initial project setup with README and ignore
This commit is contained in:
12
.gitignore
vendored
Normal file
12
.gitignore
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
.env
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
*.pkl
|
||||
ml_data/
|
||||
output.json
|
||||
route.json
|
||||
ml_params_output.txt
|
||||
idea.txt
|
||||
.idea/
|
||||
.vscode/
|
||||
Reference in New Issue
Block a user