-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy path.gitignore
More file actions
98 lines (79 loc) · 1.25 KB
/
.gitignore
File metadata and controls
98 lines (79 loc) · 1.25 KB
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$PYTHON_EXTENSIONS
# Virtual environment
venv/
env/
# Distribution / packaging
*.egg-info/
dist/
build/
# Logs and debugging
logs/
*.log
debug.log
nohup.out
# IDE / Editor files
.vscode/
.idea/
*.swp
*.swo
# Jupyter Notebook checkpoints
.ipynb_checkpoints/
# OS-specific files
.DS_Store
Thumbs.db
# Test coverage reports
.coverage
coverage.xml
htmlcov/
*.cover
*.pycover
*.pyc
.tox/
# Docker / Container related
*.dockerfile
*.containerignore
# Compiled files
*.o
*.so
*.a
*.out
# Temporary files
*.tmp
*.cache
*.pid
*.lock
# Ignore Mujoco-related compiled binaries if applicable
mjkey.txt
mjmodel.xml
# SSH / sensitive files (double-check before committing!)
*.pem
*.crt
*.key
# Ignore user-specific configs
config.json
config.yaml
# Ignore large data files (if applicable)
data/
datasets/
*.csv
*.h5
*.npz
*.pickle
# Ignore backup files
*.bak
*.old
# Ignore Python Poetry files (if using)
poetry.lock
# Ignore i2rt and egg metadata
i2rt.egg-info/
# Ignore temporary scripts or generated files
scripts/temp_*/
# Docs build artifacts
node_modules/
docs/.vitepress/dist/
docs/.vitepress/cache/
# STL files are copied at build time from i2rt/robot_models/ — do not commit
docs/public/models/