Files
Ai1/.gitignore
T
2026-07-17 08:15:07 +00:00

81 lines
1.2 KiB
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.mypy_cache/
.ruff_cache/
.pyre/
.tox/
.nox/
.coverage
.coverage.*
coverage.xml
htmlcov/
pytest-tmp*/
.pytest_tmp/
*.egg-info/
pip-wheel-metadata/
.venv/
venv/
env/
ENV/
# Node / frontend
node_modules/
dist/
build/
.vite/
.cache/
coverage/
*.tsbuildinfo
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Logs and local process files
*.log
*.pid
*.pid.lock
.dev-server*.log
# Environment and secrets
.env
.env.*
.envrc
*.local
!.env.example
!**/.env.example
# Runtime data
data/recordings/*
data/audio/*
data/transcripts/*
data/reports/*
!data/recordings/.gitkeep
!data/audio/.gitkeep
!data/transcripts/.gitkeep
!data/reports/.gitkeep
# Infrastructure runtime mounts and generated state
infrastructure/jitsi/config/
infrastructure/jitsi/transcripts/
infrastructure/jibri/config/
infrastructure/jibri/recordings/
infrastructure/worker-mac/logs/
infrastructure/ollama-mac/logs/
docker-compose.override.yml
infrastructure/**/docker-compose.override.yml
# Local release/archive artifacts
meeting-assistant-code-update-*.zip
meeting-assistant-code-update-*.zip.sha256
# OS/editor
.DS_Store
Thumbs.db
desktop.ini
.idea/
.vscode/