Skip to content

Commit

Permalink
Merge pull request #967 from gruzewski/update_gitignore
Browse files Browse the repository at this point in the history
chore: reorganise .gitignore and add .tool-versions.
  • Loading branch information
gburiola authored Mar 20, 2023
2 parents 2bba9f0 + d8afffd commit 43916bb
Showing 1 changed file with 24 additions and 7 deletions.
31 changes: 24 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,16 +1,33 @@
*.pyc
*.swp
*.bak
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so
*.h

# Distribution / packaging
build/
dist/
bindist/
kapitan.egg-info/
_site/
site/
kapitan.egg-info/

# IDEs
.vscode/

# Other
*.bak
.DS_Store
*.swp
tags

# Versioning
.python-version
.kapitan
.tool-versions

# Unit test / coverage reports
.coverage
*.so
*.h
.vscode/

0 comments on commit 43916bb

Please sign in to comment.