19 lines
158 B
Plaintext
19 lines
158 B
Plaintext
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.db
|
|
*.db-shm
|
|
*.db-wal
|
|
*.pid
|
|
*.log
|
|
.env
|
|
venv/
|
|
.venv/
|
|
node_modules/
|
|
.pytest_cache/
|
|
.ruff_cache/
|
|
.mypy_cache/
|
|
*.egg-info/
|
|
dist/
|
|
build/
|