mirror of
https://github.com/bellingcat/cisticola.git
synced 2026-06-08 03:18:34 +03:00
added basic unit tests
This commit is contained in:
16
.gitignore
vendored
16
.gitignore
vendored
@@ -1,7 +1,17 @@
|
||||
.DS_Store
|
||||
# Sphinx documentation
|
||||
docs/build/
|
||||
docs/source/_*
|
||||
|
||||
# Miscellaneous files
|
||||
**/.DS_Store
|
||||
*.pyc
|
||||
*.ipynb
|
||||
*.db
|
||||
docs/build/
|
||||
docs/source/_*
|
||||
.env
|
||||
|
||||
# Unit test / coverage reports
|
||||
reports
|
||||
.coverage
|
||||
.cache
|
||||
.pytest_cache/
|
||||
cover/
|
||||
Reference in New Issue
Block a user