Files
Text-Texture-Generator-for-…/.gitignore
2025-10-14 12:23:58 +02:00

82 lines
886 B
Plaintext

# Python artifacts
*.py[cod]
*$py.class
*.so
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
pip-log.txt
pip-delete-this-directory.txt
# Virtual environments
venv/
env/
ENV/
.venv/
env.bak/
venv.bak/
# Testing artifacts
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.hypothesis/
*.cover
*.log
.cache/
# Build artifacts
build/
*.egg-info/
*.egg
*.whl
!src/wheels/
!src/wheels/**/*.whl
# IDE and Editor files
.vscode/
.idea/
*.swp
*.swo
*~
.project
.pydevproject
.settings/
*.sublime-project
*.sublime-workspace
# OS-specific files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
desktop.ini
# Blender-specific files
*.blend1
*.blend2
*.blend3
*.blend@
# Project-specific directories and files
.benchmarks/
# Marketing - Large binary files
marketing/screenrecords/*.mp4
marketing/voice/*.wav
marketing/*.psd
# Temporary files
*.tmp
*.temp
*.bak
*.swp
*~.nib