22 lines
209 B
Plaintext
22 lines
209 B
Plaintext
.git
|
|
.gitignore
|
|
.gitattributes
|
|
.env
|
|
.env.local
|
|
__pycache__
|
|
*.pyc
|
|
*.pyo
|
|
.venv
|
|
venv
|
|
.pytest_cache
|
|
.mypy_cache
|
|
node_modules
|
|
.vscode
|
|
.idea
|
|
*.sqlite3
|
|
.DS_Store
|
|
README.md
|
|
locale/*/LC_MESSAGES/*.mo
|
|
staticfiles
|
|
media
|