mirror of
https://github.com/Omni-guides/Jackify.git
synced 2026-01-17 19:47:00 +01:00
48 lines
865 B
Plaintext
48 lines
865 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/
|
|
|
|
# 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. |