Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Message #4

Merged
merged 3 commits into from
Aug 16, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 8 additions & 13 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -228,24 +228,19 @@ dmypy.json

# End of https://www.toptal.com/developers/gitignore/api/python,jupyternotebook,pycharm,visualstudiocode

# ignoring data folder
data

# ignoring data
data
# ignoring jupyter notebook
tests/playground.py

# ignoring todo
# ignoring various files created during development
plots
*.png
todo.md


# ignoring trash file
trash.py


# ignoring jupyter notebook
explore.ipynb


# ignoring jupyter notebook
tests/playground.py
tests/test_data/messages/inbox/private_messages.json

tests/.pytest_cache
.pytest_cache
152 changes: 0 additions & 152 deletions ConversationAnalyzer.py

This file was deleted.

116 changes: 0 additions & 116 deletions Conversations.py

This file was deleted.

40 changes: 0 additions & 40 deletions FacebookData.py

This file was deleted.

36 changes: 0 additions & 36 deletions Friends.py

This file was deleted.

Loading