Compare commits

...

4 Commits

Author SHA1 Message Date
cafa35cff7 Update gitignore 2021-10-07 11:06:22 +02:00
fa832b8187 Merge remote-tracking branch 'origin/main' 2021-10-07 11:03:01 +02:00
9de0997172 hopefully unfuckup git 2021-10-07 11:02:30 +02:00
bb79c5ffe0 more stuff 2021-10-01 14:47:46 +02:00
2 changed files with 63 additions and 0 deletions

63
.gitignore vendored Normal file
View File

@ -0,0 +1,63 @@
# Default ignored files
/shelf/
/workspace.xml
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml
# Editor-based HTTP Client requests
/httpRequests/
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
#Gitfiles
.*
# C extensions
*.so
# Distribution / packaging
bin/
build/
develop-eggs/
dist/
eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
.tox/
.coverage
.cache
nosetests.xml
coverage.xml
# Translations
*.mo
# Mr Developer
.mr.developer.cfg
.project
.pydevproject
# Rope
.ropeproject
# Django stuff:
*.log
*.pot
# Sphinx documentation
docs/_build/

0
k.py Normal file
View File