diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-12-15 19:21:05 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-12-15 19:21:05 +0100 |
| commit | 2cfebde7ac892a6c984fe9318204f5f421af6407 (patch) | |
| tree | e041a932dc1fa57243b4ddc79bf9e8b30d583020 /.gitignore | |
Initial commit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3ebf6bc --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +# Blobs +*.osm.pbf +*.obj +*.jar + +# Feeds +feeds/*.zip + +# Python cache files +*.pyc |
