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