CppStudyBot04 / .gitignore
dmohle's picture
Add files
4ae3f10
raw
history blame contribute delete
135 Bytes
# Ignore the .env file containing secrets
.env
# Ignore Python cache directories
__pycache__/
# Ignore other unwanted files
*.pyc
.DS