1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-22 19:14:20 +00:00
royalnet/.gitignore

13 lines
99 B
Text
Raw Normal View History

2020-10-02 01:03:08 +00:00
# Pycharm
.idea/
*.iml
2020-10-02 01:03:08 +00:00
# Python
**/__pycache__/
dist/
*.egg-info/
**/*.pyc
2020-11-17 01:59:35 +00:00
# Sphinx
/docs/build/