rag-api-node-1 / .gitignore
Peterase's picture
chore: add .gitignore, remove __pycache__ and temp files from tracking
c2306f3
raw
history blame contribute delete
201 Bytes
# Python bytecode
__pycache__/
*.py[cod]
*.pyo
*.pyc
# Virtual environment
.venv/
venv/
env/
# Environment files with secrets
.env
# Test/debug artifacts
*.log
.pytest_cache/
# IDE
.vscode/
.idea/