mirror of
https://github.com/dgelessus/python-rsrcfork.git
synced 2024-11-25 19:31:44 +00:00
Clean up .gitignore
Removed a lot of unused/irrelevant entries (they were from GitHub's .gitignore template for Python projects) and kept only those that are actually needed/used.
This commit is contained in:
parent
e98166d0a6
commit
9adb188624
36
.gitignore
vendored
36
.gitignore
vendored
@ -1,34 +1,8 @@
|
|||||||
# Byte-compiled / optimized / DLL files
|
# Python bytecode
|
||||||
|
*.py[co]
|
||||||
__pycache__/
|
__pycache__/
|
||||||
*.py[cod]
|
|
||||||
*$py.class
|
|
||||||
|
|
||||||
# C extensions
|
# setuptools
|
||||||
*.so
|
|
||||||
|
|
||||||
# Distribution / packaging
|
|
||||||
.Python
|
|
||||||
env/
|
|
||||||
build/
|
|
||||||
develop-eggs/
|
|
||||||
dist/
|
|
||||||
downloads/
|
|
||||||
eggs/
|
|
||||||
.eggs/
|
|
||||||
lib/
|
|
||||||
lib64/
|
|
||||||
parts/
|
|
||||||
sdist/
|
|
||||||
var/
|
|
||||||
*.egg-info/
|
*.egg-info/
|
||||||
.installed.cfg
|
build/
|
||||||
*.egg
|
dist/
|
||||||
|
|
||||||
# Installer logs
|
|
||||||
pip-log.txt
|
|
||||||
pip-delete-this-directory.txt
|
|
||||||
|
|
||||||
# virtualenv
|
|
||||||
.venv/
|
|
||||||
venv/
|
|
||||||
ENV/
|
|
||||||
|
Loading…
Reference in New Issue
Block a user