DiscoGPT/.dockerignore
2024-05-31 04:23:06 +00:00

10 lines
172 B
Plaintext

# Ignore the virtual environment
venv
# Ignore the .env file for security reasons (you should handle secrets securely)
.env
# Ignore Python cache files
__pycache__
*.pyc