mastodon-secure-feed/.gitignore

14 lines
219 B
Plaintext
Raw Normal View History

2024-07-19 19:16:40 +00:00
.idea
# Ignore virtual environment
venv/
env/
# Ignore Python byte-compiled files
__pycache__/
# Ignore all pyc files
*.pyc
# If you have a .env file for environment variables, you might want to ignore that too
.env