first commit

This commit is contained in:
2024-05-31 04:23:06 +00:00
parent d39284471a
commit 5d633133f4
6 changed files with 98 additions and 0 deletions

9
.dockerignore Normal file
View File

@@ -0,0 +1,9 @@
# Ignore the virtual environment
venv
# Ignore the .env file for security reasons (you should handle secrets securely)
.env
# Ignore Python cache files
__pycache__
*.pyc