From 8814e2c9ff94fec9d5d764431c98a5ad651a45fc Mon Sep 17 00:00:00 2001 From: Dirk Alders Date: Sun, 8 May 2022 11:21:23 +0200 Subject: [PATCH] Initial pyzo data --- .gitignore | 92 +++++++++++++++++++++++++++++++++++++++++------- reposinit | 3 ++ requirements.txt | 2 ++ 3 files changed, 84 insertions(+), 13 deletions(-) create mode 100755 reposinit create mode 100644 requirements.txt diff --git a/.gitignore b/.gitignore index d65ecd3..1aa5116 100644 --- a/.gitignore +++ b/.gitignore @@ -114,17 +114,83 @@ dmypy.json # Pyre type checker .pyre/ -# ---> VirtualEnv -# Virtualenv -# http://iamzed.com/2009/05/07/a-primer-on-virtualenv/ -.Python -[Bb]in -[Ii]nclude -[Ll]ib -[Ll]ib64 -[Ll]ocal -[Ss]cripts -pyvenv.cfg -.venv -pip-selfcheck.json +# ---> Backup +*.bak +*.gho +*.ori +*.orig +*.tmp + +# ---> Linux +*~ + +# temporary files which can be created if a process still has a handle open of a deleted file +.fuse_hidden* + +# 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 diff --git a/reposinit b/reposinit new file mode 100755 index 0000000..3a3289c --- /dev/null +++ b/reposinit @@ -0,0 +1,3 @@ +#!/bin/sh +# +mkvenv diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..d3611d0 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +pyqt5 +pyzo