Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 13 additions & 40 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,45 +1,18 @@
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg
*.egg-info/
dist/
build/
.eggs/
.env
.venv
venv/
env/
.Python
*.pyo

# Hatch
.hatch/

# pytest
.pytest_cache/
.coverage
htmlcov/
*.coveragerc

# mypy
.mypy_cache/
*.pyi
```
# Logs and temp files
*.log
*.tmp
*.swp

# ruff
.ruff_cache/
# Environment
.env
.env.local
*.env.*

# IDE
# Editors
.vscode/
.idea/
*.swp
*.swo

# PyUI build output
dist/
.pyui_cache/

# OS
.DS_Store
Thumbs.db
# Original rules preserved
test_output.log
```
Binary file added examples/blog/__pycache__/app.cpython-312.pyc
Binary file not shown.
Binary file not shown.
Binary file added src/pyui/__pycache__/__init__.cpython-312.pyc
Binary file not shown.
Binary file added src/pyui/__pycache__/app.cpython-312.pyc
Binary file not shown.
Binary file added src/pyui/__pycache__/exceptions.cpython-312.pyc
Binary file not shown.
Binary file added src/pyui/__pycache__/linter.cpython-312.pyc
Binary file not shown.
Binary file added src/pyui/__pycache__/page.cpython-312.pyc
Binary file not shown.
Binary file added src/pyui/__pycache__/scaffold.cpython-312.pyc
Binary file not shown.
Binary file added src/pyui/cli/__pycache__/__init__.cpython-312.pyc
Binary file not shown.
Binary file added src/pyui/cli/__pycache__/main.cpython-312.pyc
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added src/pyui/compiler/__pycache__/ir.cpython-312.pyc
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added src/pyui/plugins/__pycache__/base.cpython-312.pyc
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added src/pyui/state/__pycache__/__init__.cpython-312.pyc
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added src/pyui/state/__pycache__/store.cpython-312.pyc
Binary file not shown.
Binary file added src/pyui/theme/__pycache__/__init__.cpython-312.pyc
Binary file not shown.
Binary file added src/pyui/theme/__pycache__/engine.cpython-312.pyc
Binary file not shown.
Binary file added src/pyui/theme/__pycache__/tokens.cpython-312.pyc
Binary file not shown.
Binary file added src/pyui/utils/__pycache__/__init__.cpython-312.pyc
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading