my-homepage/.gitignore

19 lines
130 B
Plaintext
Raw Permalink Normal View History

2021-01-26 01:42:53 +00:00
my_env*
*.pyc
__pycache__/
instance/
.pytest_cache/
.coverage
htmlcov/
2022-09-14 02:24:34 +00:00
.docker-config.json
2021-01-26 01:42:53 +00:00
dist/
build/
*.egg-info/
2022-09-14 02:24:34 +00:00
bazel-*