Initial commit
This commit is contained in:
43
.gitignore
vendored
Normal file
43
.gitignore
vendored
Normal file
@@ -0,0 +1,43 @@
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
*.so
|
||||
.Python
|
||||
venv/
|
||||
env/
|
||||
ENV/
|
||||
|
||||
# Dagster
|
||||
data/dagster_home/
|
||||
dagster_home/
|
||||
|
||||
# Jetson flash guide (personal notes)
|
||||
jetson-orin-nano-flash-guide.md
|
||||
|
||||
# Results
|
||||
data/*.json
|
||||
data/*.mp4
|
||||
data/*.png
|
||||
data/frames/
|
||||
data/ball_detections/
|
||||
|
||||
# Videos
|
||||
*.mp4
|
||||
*.avi
|
||||
*.mov
|
||||
|
||||
# Models
|
||||
models/
|
||||
*.pt
|
||||
*.onnx
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
.DS_Store
|
||||
|
||||
# Env
|
||||
.env
|
||||
Reference in New Issue
Block a user