Browse Source

Add default gitignore

pull/1/head
LecygneNoir 4 years ago
parent
commit
63a1c3a5c7
1 changed files with 30 additions and 0 deletions
  1. +30
    -0
      .gitignore

+ 30
- 0
.gitignore View File

@ -0,0 +1,30 @@
# ---> Python
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
.idea
# Helm
local-charts
*/local.values.yaml

Loading…
Cancel
Save