Fountain Coach Gitowner-controlled · read only

SwiftUI-View-Factory.git · .gitignore

SwiftUI-View-Factory.git / .gitignore

revision 367cbd5a05dce55a22817a55a8c45a0763db35d1 · complete file

# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.pyc
*.egg-info/
dist/
build/

# Virtual environments
.venv/
env/
venv/

# Jupyter Notebooks
.ipynb_checkpoints/

# macOS system files
.DS_Store

# VS Code
.vscode/
*.code-workspace

# Coverage/test artifacts
htmlcov/
.tox/
.nox/
coverage.xml
.cache/
pytest_cache/
.pytest_cache/

# MyPy, Pyright, Ruff
.mypy_cache/
.pyright/
ruff_cache/

# Logs and debug
*.log
!Layouts/*.openai.log
!Layouts/*.error.log

# Output
*.swift
*.json
*.bin

# Allow committed layout and image assets
!Layouts/*.json
!Images/*.jpeg
!ExampleApp/**/*.swift
!ExampleApp/Package.swift
!SDK/**/Package.swift
!SDK/**/*.swift

# Ignore generated UI files if any
generated_ui/
compiler_logs/
artifacts/

# Ignore OpenAI or Codex secrets
.env
.env.*
!.env.example
openai_key.txt
codex.config.*