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