dot-files/git/.config/git/ignore

17 lines
143 B
Plaintext

# No binary files
*.so
*.o
*.a
*.out
# Local scripts
.localrc
# Python files
env/
__pycache__/
*.py[cod]
.mypy_cache/
.dmypy.json
dmypy.json