27 lines
224 B
Plaintext
27 lines
224 B
Plaintext
.git
|
|
.gitignore
|
|
.github
|
|
.venv
|
|
venv
|
|
env
|
|
__pycache__
|
|
**/__pycache__
|
|
*.py[cod]
|
|
*.egg-info
|
|
.pytest_cache
|
|
.ruff_cache
|
|
.mypy_cache
|
|
build
|
|
dist
|
|
data
|
|
*.db
|
|
*.db-journal
|
|
*.db-wal
|
|
*.db-shm
|
|
config.toml
|
|
.env
|
|
.vscode
|
|
.idea
|
|
*.swp
|
|
README.md
|