mxivideo/.gitignore

94 lines
868 B
Plaintext

# Dependencies
node_modules/
target/
python_core/__pycache__/
python_core/**/__pycache__/
*.pyc
*.pyo
*.pyd
.Python
env/
venv/
.venv/
pip-log.txt
pip-delete-this-directory.txt
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Tauri
src-tauri/target/
src-tauri/Cargo.lock
# Build outputs
dist/
build/
*.exe
*.dmg
*.app
# Logs
*.log
logs/
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Temporary files
temp/
tmp/
*.tmp
*.temp
# Video/Audio files (for testing)
*.mp4
*.avi
*.mov
*.mkv
*.wmv
*.flv
*.mp3
*.wav
*.aac
*.flac
*.ogg
# Cache
.cache/
cache/
.mixvideo/
# Python specific
*.egg-info/
dist/
build/
.pytest_cache/
.coverage
htmlcov/
# Rust specific
Cargo.lock
target/
# Node specific
npm-debug.log*
yarn-debug.log*
yarn-error.log*