ab629e3709
- Added Dockerfile and .env in .gitignore (just in case) - Sorted .gitignore - Removed Flask dependencies from requirements.txt
22 lines
156 B
Plaintext
22 lines
156 B
Plaintext
# Editors
|
|
.idea/
|
|
.vscode/
|
|
|
|
# Python
|
|
.venv*/
|
|
venv*/
|
|
__pycache__/
|
|
dist/
|
|
|
|
# Unit tests
|
|
.coverage*
|
|
htmlcov/
|
|
.tox/
|
|
|
|
# Docs
|
|
docs/_build/
|
|
|
|
# Our's
|
|
Dockerfile
|
|
.env
|