Initial commit

This commit is contained in:
2024-11-30 19:26:34 -05:00
commit 20de4a07e0
2 changed files with 24 additions and 0 deletions

21
.gitignore vendored Normal file
View File

@ -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

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# tinker_tickets
JWS Ticketing System