17 lines
130 B
Plaintext
17 lines
130 B
Plaintext
.git
|
|
.gitignore
|
|
__pycache__
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
*.db
|
|
.pytest_cache
|
|
.mypy_cache
|
|
.ruff_cache
|
|
.env
|
|
.env.*
|
|
venv
|
|
.venv
|
|
media
|
|
staticfiles
|