Initial pyzo data

This commit is contained in:
Dirk Alders 2022-05-08 11:21:23 +02:00
parent a0d9f9c7d7
commit 8814e2c9ff
3 changed files with 84 additions and 13 deletions

92
.gitignore vendored
View File

@ -114,17 +114,83 @@ dmypy.json
# Pyre type checker # Pyre type checker
.pyre/ .pyre/
# ---> VirtualEnv # ---> Backup
# Virtualenv *.bak
# http://iamzed.com/2009/05/07/a-primer-on-virtualenv/ *.gho
.Python *.ori
[Bb]in *.orig
[Ii]nclude *.tmp
[Ll]ib
[Ll]ib64 # ---> Linux
[Ll]ocal *~
[Ss]cripts
pyvenv.cfg # temporary files which can be created if a process still has a handle open of a deleted file
.venv .fuse_hidden*
pip-selfcheck.json
# KDE directory preferences
.directory
# Linux trash folder which might appear on any partition or disk
.Trash-*
# .nfs files are created when an open file is removed but is still being accessed
.nfs*
# ---> Eclipse
.metadata
bin/
tmp/
*.tmp
*.bak
*.swp
*~.nib
local.properties
.settings/
.loadpath
.recommenders
# External tool builders
.externalToolBuilders/
# Locally stored "Eclipse launch configurations"
*.launch
# PyDev specific (Python IDE for Eclipse)
*.pydevproject
# CDT-specific (C/C++ Development Tooling)
.cproject
# CDT- autotools
.autotools
# Java annotation processor (APT)
.factorypath
# PDT-specific (PHP Development Tools)
.buildpath
# sbteclipse plugin
.target
# Tern plugin
.tern-project
# TeXlipse plugin
.texlipse
# STS (Spring Tool Suite)
.springBeans
# Code Recommenders
.recommenders/
# Annotation Processing
.apt_generated/
# Scala IDE specific (Scala & Java development for Eclipse)
.cache-main
.scala_dependencies
.worksheet

3
reposinit Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
#
mkvenv

2
requirements.txt Normal file
View File

@ -0,0 +1,2 @@
pyqt5
pyzo