This repository has been archived on 2025-07-31. You can view files and clone it, but cannot push or open issues or pull requests.
Files
fbchat/.gitignore
Marco Gavelli 22f1b3e489 fix FetchUnread
2018-03-17 19:32:45 +01:00

32 lines
268 B
Plaintext

*py[co]
.idea/
# Test scripts
*.sh
# Packages
*.egg
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
# Vim
.*.sw[op]
# Sphinx documentation
docs/_build/
# Scripts and data for tests
my_tests.py
my_test_data.json
my_data.json
tests.data