mirror of
https://github.com/bellingcat/auto-archiver-api.git
synced 2026-06-08 03:28:35 +03:00
26 lines
304 B
Plaintext
26 lines
304 B
Plaintext
orchestration.yaml
|
|
my-archives
|
|
*.pyc
|
|
.DS_Store
|
|
secrets
|
|
*.log
|
|
__pycache
|
|
.pytest_cach
|
|
.env
|
|
.env.dev
|
|
.env.prod
|
|
*.db
|
|
redis/data/*
|
|
.ipynb_checkpoints*
|
|
src/user-groups.yaml
|
|
src/user-groups.dev.yaml
|
|
wit*
|
|
src/crawls
|
|
.coverage
|
|
.pytest_cache/*
|
|
htmlcov
|
|
local_archive
|
|
local_archive_test
|
|
*db-wal
|
|
*db-shm
|
|
copy-files.sh |