Asset-Frameworker/.gitignore
Rusfort ce26d54a5d Pre-Codebase-review commit :3
Codebase dedublication and Cleanup refactor

Documentation updated as well

Preferences update

Removed testfiles from repository
2025-05-03 13:19:25 +02:00

36 lines
457 B
Plaintext

# Ignore Node.js dependencies
node_modules/
# Ignore Python virtual environment
venv/
*.pyc
__pycache__/
# Ignore build output directory
dist/
build/
# Ignore log files
*.log
# Ignore environment variables file
.env
.env.*
!.env.example # Keep example file
# Ignore IDE/Editor specific files
.vscode/
.idea/
# Ignore macOS system files
.DS_Store
# Ignore Windows thumbnail cache
Thumbs.db
gui/__pycache__
__pycache__
Testfiles
Testfiles/
Testfiles_