Files
rsync-tui/.gitignore
Matt.Ma 6d149cefed
Some checks failed
Build and Release / Build on macos-latest (push) Has been cancelled
Build and Release / Build on ubuntu-latest (push) Has been cancelled
Build and Release / Build on windows-latest (push) Has been cancelled
Build and Release / release (push) Has been cancelled
init
2025-09-09 15:06:18 +08:00

49 lines
371 B
Plaintext

# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so
*.egg-info/
.eggs/
*.log
*.sqlite3
*.db
# VSCode
.vscode/
# 环境/依赖
.env
.venv
venv/
ENV/
# PyInstaller
build/
dist/
*.spec
*.exe
*.dll
*.app
*.dmg
*.pkg
*.deb
*.rpm
*.tar.gz
*.whl
# 临时文件
*.tmp
*.swp
*~
.DS_Store
Thumbs.db
# 其他
.idea/
*.bak
*.old
# 你可以根据实际情况补充更多忽略项