17 lines
149 B
Plaintext
17 lines
149 B
Plaintext
.git
|
|
.gitignore
|
|
.env
|
|
.env.local
|
|
.venv
|
|
venv/
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.egg-info/
|
|
.pytest_cache/
|
|
htmlcov/
|
|
.coverage
|
|
media/
|
|
staticfiles/
|
|
README.md
|
|
docs/
|