GigaProjects

← Back to rag-assistant

.gitignore

# Local secrets
.env
.env.*
!.env.example

# Candidate task brief
naloga_kandidati_AI_v3.pdf

# Codex/local assistant metadata
.agents/
.codex/

# Python
__pycache__/
*.py[cod]
*.pyo
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Virtual environments
.venv/
venv/
env/

# Build/package artifacts
build/
dist/
*.egg-info/

# Generated vector stores and local runtime artifacts
data/index/
chroma/
*.sqlite3
*.sqlite

# OS/editor noise
.DS_Store
Thumbs.db
.idea/
.vscode/