16 lines
130 B
Text
16 lines
130 B
Text
|
|
.git
|
||
|
|
.venv
|
||
|
|
.pytest_cache
|
||
|
|
.ruff_cache
|
||
|
|
.mypy_cache
|
||
|
|
.local
|
||
|
|
__pycache__
|
||
|
|
*.pyc
|
||
|
|
*.pyo
|
||
|
|
*.db
|
||
|
|
*.sqlite
|
||
|
|
*.sqlite3
|
||
|
|
.env
|
||
|
|
.env.*
|
||
|
|
!.env.example
|