update .gitignore
This commit is contained in:
parent
fa0fa20c43
commit
d5364f9d19
1 changed files with 23 additions and 0 deletions
23
.gitignore
vendored
23
.gitignore
vendored
|
|
@ -1,3 +1,26 @@
|
|||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
*.so
|
||||
.Python
|
||||
venv/
|
||||
|
||||
# Environment
|
||||
.env
|
||||
|
||||
# Output
|
||||
gpx/
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
gpx/*
|
||||
venv
|
||||
venv/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue