forked from newton-physics/newton
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
75 lines (61 loc) · 887 Bytes
/
.gitignore
File metadata and controls
75 lines (61 loc) · 887 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual Environments
.venv
# Tool cache
.cache/
.thumbs/
# Coverage reports
.coverage
.coverage.*
coverage.xml
htmlcov/
# Test Reports
rspec.xml
# Type Checking
.mypy_cache/
# IDEs & Editors
.vscode
.history/
.idea
# Claude Code
.claude/settings.local.json
.claude/worktrees/
.mcp.json
# Claude Code sandbox artifacts (empty placeholder files created in repo root)
.bash_profile
.bashrc
.profile
.zprofile
.zshrc
.gitconfig
.gitmodules
.ripgreprc
/HEAD
/config
/hooks
/objects
/refs
# Documentation
docs/_build/
docs/api/_generated/
# Airspeed Velocity
asv/env
asv/results
asv/html
# Log files, settings
MUJOCO_LOG.TXT
imgui.ini
newton/tests/outputs/
# Viser recordings
docs/_static/recordings/
*.viser
# Viser static files
docs/_static/viser/
# Notebook checkpoints
**/*.ipynb_checkpoints/