mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-26 23:51:14 +02:00
12 lines
101 B
Text
12 lines
101 B
Text
|
|
.git
|
||
|
|
.gitignore
|
||
|
|
.venv
|
||
|
|
__pycache__/
|
||
|
|
*.py[cod]
|
||
|
|
*$py.class
|
||
|
|
*.so
|
||
|
|
.pytest_cache/
|
||
|
|
.ruff_cache/
|
||
|
|
.env
|
||
|
|
tests/
|