text_gen / .gitignore
beeguy's picture
1st try
a498ca8
raw history blame
No virus
79 Bytes
# .gitignore file for python projects
.venv
.env
__pycache__
*.pyc
*.pyo
*.pyd