initial commit

This commit is contained in:
2025-03-14 11:43:11 -06:00
parent 67f3dbd39c
commit c6cac9cc06
10 changed files with 182 additions and 1 deletions

7
.gitignore vendored
View File

@@ -1,3 +1,8 @@
__pycache__/
*.pyc
.env
.env
.python-version
dist/
build/
movietimes.egg-info/
.pytest_cache/