This website requires JavaScript.
Explore
Help
Sign in
ryg
/
royalnet
Watch
1
Fork
You've already forked royalnet
0
mirror of
https://github.com/RYGhub/royalnet.git
synced
2024-11-23 03:24:20 +00:00
Code
Activity
e90386ac38
royalnet
/
.gitignore
13 lines
99 B
Text
Raw
Normal View
History
Unescape
Escape
🚫 Ignore PyCharm and Python files
2020-10-02 01:03:08 +00:00
# Pycharm
.idea/
:hammer: Ignore future IntelliJ module files
2022-03-02 15:05:29 +00:00
*.iml
🚫 Ignore PyCharm and Python files
2020-10-02 01:03:08 +00:00
# Python
**/__pycache__/
dist/
*.egg-info/
**/*.pyc
📔 Add sphinx autodoc
2020-11-17 01:59:35 +00:00
# Sphinx
/docs/build/
Copy permalink