Skip to content
Snippets Groups Projects
Commit ff8ec222 authored by David Hoese's avatar David Hoese
Browse files

Update .gitignore with python, C, and IDE ignores

parent 9871963f
No related branches found
No related tags found
No related merge requests found
Pipeline #46840 passed
build/
dist/
.venv/
.coverage*
.*_cache/ .*_cache/
### PYTHON IGNORES ###
*.py[cod]
# C extensions
*.so
# Packages
*.egg
*.egg-info
dist
build
doc/build
eggs
*.eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64
.venv
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage*
.tox
nosetests.xml
htmlcov
#Translations
*.mo
#Sphinx
doc/source/_build/*
#Mr Developer
.mr.developer.cfg
### C IGNORES ###
# Object files
*.o
# Libraries
*.lib
*.a
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app
# Others
*~
# PyCharm Settings
.idea
# VSCode Settings
.vscode
# vi / vim swp files
*.swp
.DS_STORE
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment