From 20de4a07e0a67f88ce25609812333bdc1e06fe03 Mon Sep 17 00:00:00 2001 From: Jared Vititoe Date: Sat, 30 Nov 2024 19:26:34 -0500 Subject: [PATCH] Initial commit --- .gitignore | 21 +++++++++++++++++++++ README.md | 3 +++ 2 files changed, 24 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0843bf3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,21 @@ +# ---> 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 + +# ---> JEnv +# JEnv local Java version configuration file +.java-version + +# Used by previous versions of JEnv +.jenv-version + diff --git a/README.md b/README.md new file mode 100644 index 0000000..dd19663 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# tinker_tickets + +JWS Ticketing System \ No newline at end of file