__pycache__/
__pycache__
deprecated/
inference.log
.venv/
response_cache.db.bak
response_cache.db.dat
response_cache.db.dir
cache_db_path.db.bak
cache_db_path.db.dat
cache_db_path.db.dir
*.tar
.env
.vscode/
.pytest_cache/
sent_audio.wav
crud/static/avatars/

# Ignore Node modules
frontend/node_modules/

# Ignore build directory
frontend/build/

# Ignore environment files
# frontend/.env
# frontend/.env.local
#frontend/.env.development.local
#frontend/.env.test.local
# frontend/.env.production.local

# Ignore log files
frontend/npm-debug.log*
frontend/yarn-debug.log*
frontend/yarn-error.log*

# Ignore system files
frontend/.DS_Store
frontend/Thumbs.db

# Ignore IDE/editor-specific files
frontend/.vscode/
frontend/.idea/
frontend/*.suo
frontend/*.ntvs*
frontend/*.njsproj
frontend/*.sln
frontend/*.sw?

# Optional - If using Docker
frontend/docker-compose.override.yml

# Optional - If using testing or coverage
frontend/coverage/