mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
14 lines
131 B
Text
14 lines
131 B
Text
|
# Royalnet ignores
|
||
|
config*.toml
|
||
|
downloads/
|
||
|
|
||
|
|
||
|
# Python ignores
|
||
|
**/__pycache__/
|
||
|
dist/
|
||
|
*.egg-info/
|
||
|
**/*.pyc
|
||
|
|
||
|
# PyCharm ignores
|
||
|
.idea/
|