Files
AIRegulation-DocAnalysis/.gitignore
ash66 987cc097da feat: implement new layout components and routing structure
- Added HeaderLayout component for the application header.
- Introduced KeepAliveViewport for managing tab states and rendering.
- Created TabNav for tab navigation with animated indicator.
- Removed old Tabs component in favor of new layout structure.
- Updated routing with AppRouter and defined appTabs for navigation.
- Enhanced theme context to manage dark mode styles.
- Added new UI components: Badge, Button, Separator, and Tabs.
- Refactored pages to utilize new layout components and improve responsiveness.
- Updated global styles for better theming and layout consistency.
- Introduced TypeScript path aliases for cleaner imports.
2026-05-25 16:19:18 +08:00

64 lines
676 B
Plaintext

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Distribution / packaging
build/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
*.egg
MANIFEST
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
.coverage
.coverage.*
.pytest_cache/
.mypy_cache/
.ruff_cache/
.pyre/
.hypothesis/
htmlcov/
coverage.xml
nosetests.xml
*.cover
*.py,cover
# Environments
.venv/
venv/
env/
ENV/
# Type checker / notebook / tool state
.python-version
.ipynb_checkpoints/
# IDEs and editors
.idea/
.vscode/
# OS files
.DS_Store
Thumbs.db
# logs files
logs/
# codex
.agents