3
0
mirror of https://github.com/triqs/dft_tools synced 2025-05-01 12:44:59 +02:00

ignore pycache stuff

This commit is contained in:
jmmshn 2025-04-18 19:01:20 +00:00 committed by Alexander Hampel
parent dc5234fb7b
commit 92158ae3ac

5
.gitignore vendored
View File

@ -1,3 +1,8 @@
compile_commands.json compile_commands.json
doc/_autosummary doc/_autosummary
doc/cpp2rst_generated doc/cpp2rst_generated
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class