Initial release: DictIA v0.8.14-alpha (fork de Speakr, AGPL-3.0)
This commit is contained in:
63
.dockerignore
Normal file
63
.dockerignore
Normal file
@@ -0,0 +1,63 @@
|
||||
# Git
|
||||
.git
|
||||
.gitignore
|
||||
|
||||
# Docker
|
||||
.dockerignore
|
||||
Dockerfile
|
||||
docker-compose*.yml
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
*.so
|
||||
.Python
|
||||
env/
|
||||
build/
|
||||
develop-eggs/
|
||||
dist/
|
||||
downloads/
|
||||
eggs/
|
||||
.eggs/
|
||||
lib/
|
||||
lib64/
|
||||
parts/
|
||||
sdist/
|
||||
var/
|
||||
*.egg-info/
|
||||
.installed.cfg
|
||||
*.egg
|
||||
venv/
|
||||
.venv/
|
||||
|
||||
# Data directories (mounted as volumes)
|
||||
data/
|
||||
uploads/
|
||||
instance/
|
||||
exports/
|
||||
auto-process/
|
||||
|
||||
# Non-runtime directories
|
||||
temp/
|
||||
docs/
|
||||
site/
|
||||
plan/
|
||||
unraid/
|
||||
tests/
|
||||
.claude/
|
||||
.migrate/
|
||||
.github/
|
||||
|
||||
# IDE and editor files
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# Logs and misc
|
||||
*.log
|
||||
*.md
|
||||
!requirements*.txt
|
||||
LICENSE
|
||||
CLAUDE.md
|
||||
Reference in New Issue
Block a user