Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pyref
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
David Hoese
pyref
Commits
ff8ec222
Commit
ff8ec222
authored
1 year ago
by
David Hoese
Browse files
Options
Downloads
Patches
Plain Diff
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
1 year ago
Stage: lint
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitignore
+73
-4
73 additions, 4 deletions
.gitignore
with
73 additions
and
4 deletions
.gitignore
+
73
−
4
View file @
ff8ec222
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment