diff options
author | Helmut Grohne <helmut@subdivi.de> | 2024-01-18 22:13:03 +0100 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2024-01-18 22:13:03 +0100 |
commit | 034f732a1af4ce295d993e6951decc4898967dd3 (patch) | |
tree | 5a49cc7b5f5db586ae67f5276071ab525ef832f3 /.gitignore | |
download | python-linuxnamespaces-034f732a1af4ce295d993e6951decc4898967dd3.tar.gz |
initial checkin
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a2eeca3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +__pycache__ +.mypy_cache +.pytest_cache |