17 lines
147 B
Plaintext
17 lines
147 B
Plaintext
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
.Python
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
.venv/
|
|
venv/
|
|
db.sqlite3
|
|
media/
|
|
staticfiles/
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
.DS_Store
|