mirror of
https://github.com/bellingcat/tiktok-hashtag-analysis.git
synced 2026-06-13 05:48:30 +03:00
updated command-line arguments in documentation, added gitignore, changed screenshots to text in README where possible, removed redundant imports and functions
This commit is contained in:
22
.gitignore
vendored
Normal file
22
.gitignore
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
# Data directory
|
||||
data/
|
||||
|
||||
# Miscellaneous files
|
||||
**/.DS_Store
|
||||
*.pyc
|
||||
*.ipynb
|
||||
*.db
|
||||
.env
|
||||
*.session
|
||||
*.session-journal
|
||||
service_account.json
|
||||
.vscode/
|
||||
*.log
|
||||
*.lock
|
||||
|
||||
# Unit test / coverage reports
|
||||
reports
|
||||
.coverage*
|
||||
.cache
|
||||
.pytest_cache/
|
||||
cover/
|
||||
Reference in New Issue
Block a user