Initial release: DictIA v0.8.14-alpha (fork de Speakr, AGPL-3.0)
This commit is contained in:
60
.gitignore
vendored
Normal file
60
.gitignore
vendored
Normal file
@@ -0,0 +1,60 @@
|
||||
.playwright-mcp/
|
||||
venv/
|
||||
__pycache__/
|
||||
instance/
|
||||
uploads/
|
||||
*.db
|
||||
*.db-journal
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.log
|
||||
*.env
|
||||
.migrate/
|
||||
project_files.md
|
||||
*.md
|
||||
notes.md
|
||||
docker-compose.yml
|
||||
changes.txt
|
||||
|
||||
!README.md
|
||||
!CLA.md
|
||||
!CONTRIBUTING.md
|
||||
!CHANGES.md
|
||||
!UPSTREAM-SYNC.md
|
||||
!.github/CLA-SETUP.md
|
||||
!docs/**/*.md
|
||||
!deployment/**/*.md
|
||||
!client_docs/**/*.md
|
||||
!client_docs/*.md
|
||||
docker-compose.dev.yml
|
||||
docker-compose.lite.yml
|
||||
docker-compose.postgres.yml
|
||||
.clinerules
|
||||
temp/
|
||||
.claude/
|
||||
plan/
|
||||
|
||||
# Offline vendor dependencies (downloaded during Docker build)
|
||||
static/vendor/
|
||||
|
||||
# Docs build artifacts
|
||||
docs/_site/
|
||||
docs/.jekyll-cache/
|
||||
docs/README.md
|
||||
site/
|
||||
.cache/
|
||||
docs/overrides/.cache/
|
||||
|
||||
# Documentation deployment files (examples only)
|
||||
docs/.github-deploy.yml
|
||||
|
||||
# Documentation conversion scripts (one-time use)
|
||||
scripts/convert_to_mkdocs.py
|
||||
unraid/
|
||||
|
||||
# Internal ops files — do not commit to public repo
|
||||
CLAUDE.md
|
||||
UPSTREAM-SYNC.md
|
||||
sync-upstream.sh
|
||||
scripts/pre-sync-check.sh
|
||||
scripts/check-dictia.sh
|
||||
Reference in New Issue
Block a user