mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-22 19:14:20 +00:00
12 lines
99 B
Text
12 lines
99 B
Text
# Pycharm
|
|
.idea/
|
|
*.iml
|
|
|
|
# Python
|
|
**/__pycache__/
|
|
dist/
|
|
*.egg-info/
|
|
**/*.pyc
|
|
|
|
# Sphinx
|
|
/docs/build/
|