diff options
| author | Romain Gonçalves <me@rgoncalves.se> | 2022-10-03 21:13:02 +0200 | 
|---|---|---|
| committer | Romain Gonçalves <me@rgoncalves.se> | 2022-10-03 21:13:02 +0200 | 
| commit | 447a74aa4150c44d948be9ee9b4e6a7f924d0738 (patch) | |
| tree | 3bf31077a555891987e5b6e05ad92f1f79347a26 /.gitignore | |
| download | pydanclick-trunk.tar.gz | |
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ac8d7b7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +__pycache__ +dist |