100-days-of-code/.gitignore
2021-08-06 18:08:07 -04:00

8 lines
No EOL
152 B
Text

# Ignore Markdown formatting being inconsistent with markdownlint
.prettierignore
# Ignore virtual environments
venv
# Ignore random cache
__pycache__