17 lines
164 B
Plaintext
17 lines
164 B
Plaintext
__pycache__/
|
|
*.py[cod]
|
|
*.sqlite3
|
|
*.log
|
|
.env
|
|
.pytest_cache/
|
|
.coverage
|
|
htmlcov/
|
|
.mypy_cache/
|
|
.ruff_cache/
|
|
node_modules/
|
|
staticfiles/
|
|
media/
|
|
.DS_Store
|
|
.vscode/
|
|
.idea/
|