open_phantom/.gitignore
Ethan Clark d7a31dd573 update gitignore with data and img files
2025-03-26 14:36:44 -07:00

38 lines
299 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Project specific
recordings/
*.txt
repomix-output.xml
*.npy
*.npz
*.jpeg
*.png
*.jpg
# IDE
.vscode/
.idea/
*.swp
*~