28 lines
219 B
Plaintext
28 lines
219 B
Plaintext
.git
|
|
.gitignore
|
|
|
|
.venv
|
|
venv
|
|
env
|
|
__pycache__
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
.pytest_cache
|
|
.mypy_cache
|
|
.ruff_cache
|
|
|
|
*.db
|
|
*.db-wal
|
|
*.db-shm
|
|
*.sqlite
|
|
*.sqlite3
|
|
|
|
sfm/data
|
|
bridges/captures
|
|
example-events
|
|
captures
|
|
logs
|
|
|
|
.DS_Store
|
|
Thumbs.db |