__pycache__
.DS_Store
*.log
*.tmp
*.pem
.mypy_cache/
env/
node_modules/
/playground*
/local_playground
dist/
build/
/uploads
.env
/genassist_env
/containers/db
/tests/__pycache__
/.pytest_cache
.coverage
test-results.xml
coverage.xml
recordings/
models/whisper/
venv/
/datavolume
agents_config/
chroma_db/
lightrag_data/
infra/.terraform/
/certs/*.key
/certs/*.crt
/certs/*.pem
/logs/
env.*
legra_data/
# infra/setup/.terraform/
# infra/setup/.terraform.lock.hcl
# infra/terraform.tfstate.backup
**/.terraform/
**/*.tfstate
**/*.tfstate.*
models/whisper/
venv/
/datavolume
agents_config/
chroma_db/
lightrag_data/
infra/.terraform/
/certs/*.key
/certs/*.crt
/certs/*.pem
/logs/
env.*
legra_data/
/*.db

# ruff_cache
.ruff_cache/

# idea
.idea/