Initial commit
This commit is contained in:
15
.gitignore
vendored
Normal file
15
.gitignore
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
*.pyc
|
||||
__pycache
|
||||
.DS_Store
|
||||
*_initial.py
|
||||
.idea
|
||||
|
||||
|
||||
**/staticfiles/*
|
||||
**/input_data/*
|
||||
|
||||
/input_volume/*
|
||||
postgres_data/*
|
||||
static_volume/*
|
||||
|
||||
!**/.gitkeep
|
Reference in New Issue
Block a user