Skip to content

Commit

Permalink
update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
molonepa committed May 4, 2023
1 parent ddcf11f commit f3bd905
Showing 1 changed file with 29 additions and 3 deletions.
32 changes: 29 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
*.pyc
*.DS_Store
*.swp
# Data
data/*
blender/*

# Virtualenv
venv/*

# Swap
[._]*.s[a-v][a-z]
!*.svg # comment out if you don't need vector files
[._]*.sw[a-p]
[._]s[a-rt-v][a-z]
[._]ss[a-gi-z]
[._]sw[a-p]

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
=======

.DS_Store

build/*
dist/*
superglue.egg-info/*

# VS Code
.vscode

0 comments on commit f3bd905

Please sign in to comment.