Files
Jackify/.gitignore
Omni af7685dd21 v0.0.31 - Clean public release
- Updated to v0.0.31 with GUI startup warning fix
- Updated jackify-engine for improved compatibility
- Removed development-only files from public repo
- Added LICENSE and CONTRIBUTING.md for professional release
- Professional public repository ready for alpha release
2025-09-07 21:43:22 +01:00

48 lines
877 B
Plaintext

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Virtual environment
venv/
.env/
# Logs
*.log
jackify-install-engine/logs/
logs/
# Build artifacts
build/
dist/
core/__pycache__/
core/modules/__pycache__/
# Jackify engine temp and output files
jackify-install-engine/temp/
jackify/engine/temp/
jackify-install-engine/*.log
jackify-install-engine/*.dds
# Editor/OS temp files
*.tmp
*.bak
*.swp
.DS_Store
Thumbs.db
# Development-only directories (should not be in public repo)
docs/
testing/
# PyInstaller build files (development only)
*.spec
hook-*.py
requirements-packaging.txt
# Development logs
logs/
# NOTE: .dll, .json, .deps.json, .runtimeconfig.json in jackify-install-engine/
# are currently tracked because it's unclear if they are required for runtime/distribution
# or are build artifacts. Do not ignore until this is confirmed.