1
0
Fork 0
mirror of synced 2024-09-30 09:17:37 +13:00
Rare/.gitignore

16 lines
153 B
Text
Raw Normal View History

2021-01-18 11:27:25 +13:00
# python
*.pyc
*.pyo
__pycache__
2020-10-21 03:54:41 +13:00
/images/
2020-11-02 07:09:53 +13:00
/.idea/
2021-01-15 05:57:30 +13:00
/Scripts/CountLines.sh
2020-12-17 09:45:59 +13:00
/build/
/dist/
/Rare.egg-info/
2021-01-15 05:57:30 +13:00
/Scripts/RareBuild.sh
2021-01-14 02:37:42 +13:00
/venv/
2021-01-15 20:35:06 +13:00
Scripts/*
/test.py