Scripts/.gitignore
2025-07-22 12:44:17 +04:00

53 lines
466 B
Plaintext

# Build artifacts
dist/
build/
*.spec
temp_folders.zip
folder_creator_embedded_final.py
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
ENV/
env.bak/
venv.bak/
# PyInstaller
*.manifest
*.spec
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
desktop.ini
# Temporary files
*.tmp
*.temp
*.log
# Output folders created by scripts
MCMs/
MCM/
OUTPUT/
# Backup files
*.bak
*.backup