mirror of
https://github.com/MarekWo/mc-webui.git
synced 2026-03-28 17:42:45 +01:00
Tables: device, contacts, channels, channel_messages, direct_messages, acks, echoes, paths, advertisements, read_status. Includes schema_version for migrations, FTS5 virtual tables with auto-sync triggers for full-text search on messages. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
111 lines
2.1 KiB
Plaintext
111 lines
2.1 KiB
Plaintext
# mc-webui .gitignore
|
||
|
||
# ============================================
|
||
# Environment and Configuration
|
||
# ============================================
|
||
.env
|
||
*.env
|
||
!.env.example
|
||
|
||
# ============================================
|
||
# Python
|
||
# ============================================
|
||
__pycache__/
|
||
# Auto-generated version file (created during Docker build)
|
||
app/version_frozen.py
|
||
*.py[cod]
|
||
*$py.class
|
||
*.so
|
||
.Python
|
||
build/
|
||
develop-eggs/
|
||
dist/
|
||
downloads/
|
||
eggs/
|
||
.eggs/
|
||
lib/
|
||
lib64/
|
||
parts/
|
||
sdist/
|
||
var/
|
||
wheels/
|
||
*.egg-info/
|
||
.installed.cfg
|
||
*.egg
|
||
MANIFEST
|
||
|
||
# ============================================
|
||
# Virtual Environment
|
||
# ============================================
|
||
venv/
|
||
ENV/
|
||
env/
|
||
.venv
|
||
|
||
# ============================================
|
||
# IDE and Editors
|
||
# ============================================
|
||
.vscode/
|
||
.idea/
|
||
*.swp
|
||
*.swo
|
||
*~
|
||
.DS_Store
|
||
|
||
# ============================================
|
||
# Testing and Coverage
|
||
# ============================================
|
||
.pytest_cache/
|
||
.coverage
|
||
htmlcov/
|
||
*.cover
|
||
.hypothesis/
|
||
|
||
# ============================================
|
||
# Docker
|
||
# ============================================
|
||
docker-compose.override.yml
|
||
|
||
# ============================================
|
||
# Runtime Data (Docker volumes)
|
||
# ============================================
|
||
data/
|
||
|
||
# ============================================
|
||
# Logs and Databases
|
||
# ============================================
|
||
*.log
|
||
*.sql
|
||
!app/schema.sql
|
||
*.sqlite
|
||
*.db
|
||
|
||
# ============================================
|
||
# OS
|
||
# ============================================
|
||
Thumbs.db
|
||
.DS_Store
|
||
|
||
# ============================================
|
||
# Miscellaneous
|
||
# ============================================
|
||
.claude/
|
||
technotes/
|
||
docs/Pomoc w zwiększeniu zasięgu.pdf
|
||
PRD.md
|
||
.gitignore
|
||
CLAUDE_CODE_PROMPT.md
|
||
docs/Mesh Core – Lista Zakupowa (repeater Dachowy).pdf
|
||
docs/contact-management-next-step.md
|
||
docs/response-to-xahgmah.md
|
||
docs/UI-Contact-Management-MVP-v1.md
|
||
docs/UI-Contact-Management-MVP-v2.md
|
||
docs/TEST-PLAN-Contact-Management-v2.md
|
||
docs/github-discussion-*.md
|
||
docs/github-response-spaces-in-device-name.md
|
||
docs/check-compat-howto.md
|
||
docs/v2/
|
||
docs/PRD-mc-webui-2.md
|
||
docs/PRD-mc-webui-2-en.html
|
||
docs/PRD-mc-webui-2-pl.html
|