SwiftUI-View-Factory.git · .gitignore
SwiftUI-View-Factory.git / .gitignore
revision a34697230cbbe21be3f53b7eb26a88c858e54efe · 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.*