1
0
forked from erosita/uds
This commit is contained in:
Roman Krivonos 2023-02-15 13:35:51 +03:00
parent def5d4aebb
commit ca754ffb2a

41
.gitignore vendored
View File

@ -1,3 +1,44 @@
# 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
MANIFEST
# PyBuilder
.pybuilder/
target/
# Jupyter Notebook
.ipynb_checkpoints
# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
*~
*#
.#*