23 lines
200 B
Plaintext
23 lines
200 B
Plaintext
.venv/
|
|
.idea/
|
|
.vscode/
|
|
.history/
|
|
.fleet/
|
|
__pycache__/
|
|
*.pyc
|
|
.swp
|
|
.swo
|
|
*.iml
|
|
*.suo
|
|
*.user
|
|
*.userosscache
|
|
*.sln.docstates
|
|
.DS_Store
|
|
Thumbs.db
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
.ruff_cache/
|
|
dist/
|
|
build/
|
|
*.log
|