Markus Clauss DIRU Vetsuisse
First agent traila
1637cd5
raw
history blame contribute delete
703 Bytes
# Environment variables
.env
.env.local
.env.*.local
.env.
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
ENV/
env.bak/
venv.bak/
.venv/
# Virtual environments
bin/
include/
lib/
lib64/
share/
pyvenv.cfg
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Jupyter Notebook
.ipynb_checkpoints
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/
# Logs
*.log
# Database
*.db
*.sqlite3
# Gradio
flagged/
gradio_cached_examples/
# Model cache
.cache/
models/
# Temporary files
*.tmp
*.temp
tmp/
temp/