mirror of
https://github.com/bellingcat/cisticola.git
synced 2026-06-07 19:08:35 +03:00
26 lines
274 B
Plaintext
26 lines
274 B
Plaintext
# Sphinx documentation
|
|
docs/build/
|
|
docs/source/_*
|
|
|
|
# Miscellaneous files
|
|
**/.DS_Store
|
|
*.pyc
|
|
*.ipynb
|
|
*.db
|
|
.env
|
|
.env*
|
|
*.session
|
|
*.session-journal
|
|
service_account.json
|
|
.vscode/
|
|
*.log
|
|
*.lock
|
|
logs/*
|
|
|
|
# Unit test / coverage reports
|
|
reports
|
|
.coverage*
|
|
.cache
|
|
.pytest_cache/
|
|
cover/
|