# Virtual environment
venv/
.venv/
env/

# Python cache
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.pyc
.pytest_cache/

# PyInstaller / build output
build/
dist/
*.spec.bak
*.egg-info/
main.build/
main.dist/
main.onefile-build/
installer_output/

# Built binaries (local dev)
OllamaSetup.exe
AIAssistant.exe
AIAssistantSetup.exe

# IDE
.vscode/
.idea/

# OS
.DS_Store
Thumbs.db

# Logs
*.log

# ChromaDB / RAG data
chroma_db/
*.db

# Secrets
.env
