diff options
author | Iván Ávalos <avalos@disroot.org> | 2022-11-15 08:00:24 -0600 |
---|---|---|
committer | Iván Ávalos <avalos@disroot.org> | 2022-11-15 08:00:24 -0600 |
commit | a3097d32c66cbdff04de14481923c7464b0a8a29 (patch) | |
tree | 4833a3bfdf4b41df13baaa051337c29721782901 /.gitignore | |
parent | d6d133d55eaa32ed3457e00f6d9baa4e267dad38 (diff) | |
download | javanol-a3097d32c66cbdff04de14481923c7464b0a8a29.tar.gz javanol-a3097d32c66cbdff04de14481923c7464b0a8a29.tar.bz2 javanol-a3097d32c66cbdff04de14481923c7464b0a8a29.zip |
Se añaden casos de prueba
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ba0430d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +__pycache__/
\ No newline at end of file |