1
0
Files
Programm-Shortcut/.gitignore
2025-09-08 17:19:22 +02:00

49 lines
391 B
Plaintext

# User data
data.json
program_list.json
# Archive files
Programm-Shortcut.7z
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
.venv/
ENV/
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
*.tmp
*.log
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg