mirror of
https://github.com/moesnow/March7thAssistant.git
synced 2026-08-02 18:24:16 +08:00
38 lines
350 B
Plaintext
38 lines
350 B
Plaintext
# Python cache
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
env/
|
|
venv/
|
|
ENV/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# System
|
|
.DS_Store
|
|
Thumbs.db
|
|
.git
|
|
.gitignore
|
|
|
|
# Build artifacts
|
|
build/
|
|
dist/
|
|
*.egg-info/
|
|
|
|
# WebBrowser UserProfile (very large)
|
|
3rdparty/WebBrowser/UserProfile/
|
|
|
|
# Test and temporary files
|
|
tests/
|
|
temp/
|
|
logs/
|
|
*.zip.aria2
|
|
__pycache__/
|