mirror of
https://github.com/bellingcat/cisticola.git
synced 2026-06-08 03:18:34 +03:00
17 lines
188 B
Plaintext
17 lines
188 B
Plaintext
# Sphinx documentation
|
|
docs/build/
|
|
docs/source/_*
|
|
|
|
# Miscellaneous files
|
|
**/.DS_Store
|
|
*.pyc
|
|
*.ipynb
|
|
*.db
|
|
.env
|
|
|
|
# Unit test / coverage reports
|
|
reports
|
|
.coverage
|
|
.cache
|
|
.pytest_cache/
|
|
cover/ |