diff options
author | clarkzjw <[email protected]> | 2023-02-20 01:55:20 -0800 |
---|---|---|
committer | clarkzjw <[email protected]> | 2023-02-20 01:55:20 -0800 |
commit | 3a230798be1bc63b363cf75b8b1cae3a508cca84 (patch) | |
tree | 6df81aa7028c130726cdf0bcc3abb4f6f106fdf3 /.gitignore | |
parent | 48cd0ed8abf0e84fc5d013a126e84c65ef0ed87a (diff) | |
download | swarm2fediverse-3a230798be1bc63b363cf75b8b1cae3a508cca84.tar.gz |
4sq: add query poi example
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,4 +1,6 @@ | |||
1 | foursquare/location_example.json | ||
1 | config.ini | 2 | config.ini |
3 | .idea/ | ||
2 | # Byte-compiled / optimized / DLL files | 4 | # Byte-compiled / optimized / DLL files |
3 | __pycache__/ | 5 | __pycache__/ |
4 | *.py[cod] | 6 | *.py[cod] |