ml-agent / .gitignore
akseljoonas's picture
akseljoonas HF Staff
Remove test files and build artifacts from git tracking
e74a635
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
.pytest_cache/
.mypy_cache/
.tox/
.coverage
htmlcov/
.ipynb_checkpoints/
# Virtual environments
.venv/
venv/
ENV/
env/
# Environment and Secrets
.env
.env.local
.env.*
!.env.example
*.local
credentials*.json
# OS-specific
.DS_Store
Thumbs.db
*.swp
# IDE-specific
.vscode/
.idea/
.cursor/
.history/
*.sublime-project
*.sublime-workspace
# Frontend (Node.js)
frontend/node_modules/
frontend/dist/
frontend/.cache/
frontend/*.local
frontend/.eslintcache
frontend/npm-debug.log*
frontend/yarn-debug.log*
frontend/yarn-error.log*
# Docker
.docker/
# Project-specific
session_logs/
/logs
hf-agent-leaderboard/
skills/
.claude/
*.jsonl
*.csv
# ML / Data
data/
datasets/
models/
checkpoint-*/
runs/
wandb/
frontend/tsconfig.tsbuildinfo