mirror of
https://github.com/openSUSE/osc.git
synced 2024-11-08 13:56:15 +01:00
Update .gitignore based on a GitHub template
https://github.com/github/gitignore/blob/main/Python.gitignore
This commit is contained in:
parent
895e51fa26
commit
c43139cbc6
47
.gitignore
vendored
47
.gitignore
vendored
@ -1,7 +1,42 @@
|
||||
*.pyc
|
||||
*.swp
|
||||
tags
|
||||
build
|
||||
*junit-xml-results
|
||||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
|
||||
# Distribution / packaging
|
||||
.Python
|
||||
build/
|
||||
develop-eggs/
|
||||
dist/
|
||||
downloads/
|
||||
eggs/
|
||||
.eggs/
|
||||
lib/
|
||||
lib64/
|
||||
parts/
|
||||
sdist/
|
||||
var/
|
||||
wheels/
|
||||
share/python-wheels/
|
||||
*.egg-info/
|
||||
.installed.cfg
|
||||
*.egg
|
||||
osc.egg-info/*
|
||||
MANIFEST
|
||||
|
||||
# Environments
|
||||
.env
|
||||
.venv
|
||||
env/
|
||||
venv/
|
||||
ENV/
|
||||
env.bak/
|
||||
venv.bak/
|
||||
|
||||
# Temporary/backup files of text editors
|
||||
*.swp
|
||||
*~
|
||||
.#*
|
||||
|
||||
# Packages, archives
|
||||
*.rpm
|
||||
*.tar*
|
||||
|
Loading…
Reference in New Issue
Block a user