GoToSocial-FE-Example/.gitignore

7 lines
121 B
Plaintext

# Ignore pycache
*/__pycache__/**
*.pyc
# I called my virtual environment "venv", this is so I don't commit it.
venv/**