Merge branch 'dev-anish' of http://gitea.lcepl.org/pjpatil12/Comparison_Project into dev-anish
This commit is contained in:
20
.gitignore
vendored
Normal file
20
.gitignore
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
# Python
|
||||
app/__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
*.__pycache__
|
||||
|
||||
# Ingnor upload files
|
||||
app/static/uploads/
|
||||
|
||||
# Ignore env files
|
||||
venv
|
||||
|
||||
# Ignore Log files ss
|
||||
logs/
|
||||
|
||||
# Ignore db folders
|
||||
instance/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user