2025-03-24 09:02:58 +02:00
|
|
|
# Editors
|
|
|
|
|
.idea/
|
|
|
|
|
.vscode/
|
|
|
|
|
|
|
|
|
|
# Python
|
|
|
|
|
.venv*/
|
|
|
|
|
venv*/
|
|
|
|
|
__pycache__/
|
|
|
|
|
dist/
|
|
|
|
|
|
|
|
|
|
# Unit tests
|
|
|
|
|
.coverage*
|
|
|
|
|
htmlcov/
|
|
|
|
|
.tox/
|
|
|
|
|
|
|
|
|
|
# Docs
|
|
|
|
|
docs/_build/
|
|
|
|
|
|
|
|
|
|
# Our's
|
|
|
|
|
.env
|
2025-09-07 12:27:23 +03:00
|
|
|
static/*.css
|
|
|
|
|
static/*.css.map
|
2025-12-25 09:49:54 +02:00
|
|
|
static/*.min.js
|