mirror of
https://github.com/j3ssie/osmedeus.git
synced 2026-08-26 17:42:27 +02:00
39 lines
494 B
Plaintext
39 lines
494 B
Plaintext
.DS_STORE
|
|
|
|
# plugins dir
|
|
data
|
|
plugins
|
|
amass
|
|
paused.conf
|
|
|
|
# rest things
|
|
dump.rdb
|
|
.pytest_cache
|
|
server/.coverage
|
|
server/dump.rdb
|
|
server/db.sqlite3
|
|
server/.pytest_cache
|
|
server/api/migrations/
|
|
server/paused.conf
|
|
|
|
|
|
#testing
|
|
config.conf
|
|
core/config.conf
|
|
modules/testing.py
|
|
local-install.sh
|
|
core/rest/storages/
|
|
tests/
|
|
**.pytest_cache/
|
|
|
|
# Byte-compiled / optimized / DLL files
|
|
core/__pycache__/
|
|
core/rest/__pycache__/
|
|
modules/__pycache__/
|
|
__pycache__/
|
|
**__pycache__/
|
|
**.DS_STORE/
|
|
*.py[cod]
|
|
*$py.class
|
|
|