CppStudyBot03 / .gitignore
dmohle's picture
Add app.py file
0874f01
# Ignore the .env file containing secrets
.env
# Ignore Python cache directories
__pycache__/
# Ignore other unwanted files
*.pyc
.DS