DiscoGPT/.dockerignore

10 lines
172 B
Plaintext
Raw Normal View History

2024-05-31 04:23:06 +00:00
# Ignore the virtual environment
venv
# Ignore the .env file for security reasons (you should handle secrets securely)
.env
# Ignore Python cache files
__pycache__
*.pyc