instructor_assistant / .gitignore
joelazo
Adding the HF deplyment configuration.
49d9ad8
raw
history blame contribute delete
348 Bytes
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
# Virtual environments
.venv/
venv/
ENV/
env/
# Environment variables
.env
.env.local
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Jupyter
.ipynb_checkpoints/
# Distribution / packaging
dist/
build/
*.egg-info/
# Testing
.pytest_cache/
.coverage
htmlcov/
# UV
.uv/