NLP-RAG / .gitignore
Qar-Raz's picture
hf-space: deploy branch without frontend/data/results
c7256ee
raw
history blame contribute delete
352 Bytes
# python specific ignores
__pycache__/
*.py[cod]
*$py.class
# Virtual environments
.venv/
venv/
env/
ENV/
# Environment and local secrets
.env
.env.*
!.env.example
# Build and packaging artifacts
build/
dist/
*.egg-info/
.eggs/
# Caches and tooling
.pytest_cache/
.mypy_cache/
.ruff_cache/
.ipynb_checkpoints/
.cache/
# IDE/editor
.vscode/
.idea/