shorturl/.gitignore

7 lines
89 B
Plaintext

# Ignore python compiled files and cache
*.pyc
__pycache__
# Ignore sqlite db
*.sqlite3