1
0
Fork 0
mirror of synced 2024-05-18 03:22:42 +12:00
Rare/.gitignore

28 lines
287 B
Plaintext
Raw Normal View History

2021-02-18 06:57:06 +13:00
*.pyc
*.pyo
__pycache__
/.idea
/.vscode
2021-10-16 02:28:42 +13:00
*~
2021-02-18 06:57:06 +13:00
/build
/dist
2021-04-15 08:50:38 +12:00
/deb_dist
*.tar.gz
2021-02-18 06:57:06 +13:00
/Rare.egg-info/
2021-04-15 08:50:38 +12:00
/venv
2021-11-11 07:00:15 +13:00
/venv310/
2021-11-30 05:34:45 +13:00
/venv311/
2021-11-18 10:42:14 +13:00
/test.py
/.eggs
2021-12-19 10:50:17 +13:00
/appimage-builder-cache/
/AppDir/
2022-01-23 13:03:56 +13:00
/System Volume Information/
/test_files/
# Nuitka build artifacts
/rare.build
/rare.dist
/rare.bin
/rare.cmd
/rare.exe