This repository has been archived on 2024-12-19. You can view files and clone it, but cannot push or open issues or pull requests.
PyBitmessage-2024-12-19/.gitignore
Rocky Omkar fc5047e903 Gitignore : updated gitignore
Pycharm idea ignore files added
2018-06-14 08:03:56 +05:30

19 lines
204 B
Plaintext

**pyc
**dat
**.DS_Store
src/build
src/dist
src/.project
src/.pydevproject
src/.settings/
src/**/.dll
src/**/*.o
src/**/*.so
build/lib.*
build/temp.*
dist
*.egg-info
# Pycharm idea files excluded
.idea/*