1
0
Fork 0
mirror of synced 2024-05-17 19:13:05 +12:00
Rare/.gitignore
2022-09-09 20:49:30 +03:00

28 lines
287 B
Plaintext

*.pyc
*.pyo
__pycache__
/.idea
/.vscode
*~
/build
/dist
/deb_dist
*.tar.gz
/Rare.egg-info/
/venv
/venv310/
/venv311/
/test.py
/.eggs
/appimage-builder-cache/
/AppDir/
/System Volume Information/
/test_files/
# Nuitka build artifacts
/rare.build
/rare.dist
/rare.bin
/rare.cmd
/rare.exe