RAG / .gitignore
Hanzo03's picture
updarted gitignore
bdc847c
raw
history blame contribute delete
245 Bytes
__pycache__/
.venv/
*.env
# Byte-compiled / optimized / DLL files
*.py[cod]
*$py.class
*.so
# Distribution / packaging
build/
dist/
*.egg-info/
*.egg
# Testing / coverage
.coverage
htmlcov/
.pytest_cache/
# OS / IDE
.DS_Store
.vscode/
.idea/