# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
env/
venv/
.venv/
pip-log.txt
pip-delete-this-directory.txt
.eggs/
*.egg-info/
dist/
build/

# IDEs and editors
.idea/
.vscode/
*.swp
*.swo

# Secrets
.env
.env.*

# RAG Project Specific
# Cloned GitLab repositories
/cloned_repos/
# FAISS vector store index
/faiss_gitlab_code_index/

# OS specific
.DS_Store
Thumbs.db

# Test artifacts
.pytest_cache/
htmlcov/
.coverage 