mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 11:34:18 +00:00
12 lines
93 B
Text
12 lines
93 B
Text
|
# Pycharm
|
||
|
.idea/
|
||
|
|
||
|
# Python
|
||
|
**/__pycache__/
|
||
|
dist/
|
||
|
*.egg-info/
|
||
|
**/*.pyc
|
||
|
|
||
|
# Sphinx
|
||
|
/docs/build/
|