10 lines
165 B
Plaintext
10 lines
165 B
Plaintext
# Ignore python compiled files and cache
|
|
*.pyc
|
|
__pycache__
|
|
|
|
# Ignore sqlite db
|
|
*.sqlite3
|
|
|
|
# Ignore private.py since it contains secrets
|
|
shorturl/shorturl/private.py
|