text_gen / .gitignore
beeguy's picture
1st try
a498ca8
# .gitignore file for python projects
.venv
.env
__pycache__
*.pyc
*.pyo
*.pyd