20 lines
158 B
Plaintext
20 lines
158 B
Plaintext
.env
|
|
.env.*
|
|
!.env.example
|
|
__pycache__
|
|
*.py[cod]
|
|
*.db
|
|
*.db-journal
|
|
.venv
|
|
venv
|
|
myenv
|
|
.git
|
|
.gitignore
|
|
*.md
|
|
LICENSE
|
|
logs
|
|
*.log
|
|
.pytest_cache
|
|
.mypy_cache
|
|
CodeX.py
|