Merge pull request #16 from dafyddj/fix/gitignore

fix(gitignore): small improvements
This commit is contained in:
Dafydd Jones 2024-12-04 19:06:51 +00:00 committed by GitHub
commit 00e9fbef33
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

11
.gitignore vendored
View file

@ -6,6 +6,9 @@ __pycache__/
# C extensions
*.so
# CI/CD Tooling
.gitlab-ci-local/
# Distribution / packaging
.Python
env/
@ -45,7 +48,7 @@ nosetests.xml
coverage.xml
*.cover
.hypothesis/
.kitchen
.kitchen/
.kitchen.local.yml
kitchen.local.yml
junit-*.xml
@ -110,12 +113,18 @@ ENV/
# Bundler
.bundle/
# Node.js/npm
node_modules/
# copied `.md` files used for conversion to `.rst` using `m2r`
docs/*.md
# Vim
*.sw?
# Salt package files (SPM)
*.spm
## Collected when centralising formulas (check and sort)
# `collectd-formula`
.pytest_cache/