mirror of
https://github.com/bellingcat/tiktok-hashtag-analysis.git
synced 2026-06-07 19:08:32 +03:00
25 lines
252 B
Plaintext
25 lines
252 B
Plaintext
# Data directory
|
|
data/
|
|
build/
|
|
*.egg-info/
|
|
dist/
|
|
|
|
# Miscellaneous files
|
|
**/.DS_Store
|
|
*.pyc
|
|
*.ipynb
|
|
*.db
|
|
.env
|
|
*.session
|
|
*.session-journal
|
|
service_account.json
|
|
.vscode/
|
|
*.log
|
|
|
|
# Unit test / coverage reports
|
|
reports
|
|
.coverage*
|
|
.cache
|
|
.pytest_cache/
|
|
cover/
|