Files
kolibrios.org/.gitignore
Burer ab629e3709 [feat/flask] Small infrastructure fixes
- Added Dockerfile and .env in .gitignore (just in case)
- Sorted .gitignore
- Removed Flask dependencies from requirements.txt
2025-03-25 12:58:30 +02:00

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