15 lines
254 B
Plaintext
15 lines
254 B
Plaintext
# Binarna datoteke; namesto nje hranimo pesmi_export.txt, ki se ga lahko uvozi preko add_song.py
|
|
songs.db
|
|
|
|
# Prevedene datoteke
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
|
|
# Celotna mapa s predpomnilnikom (Python 3+)
|
|
__pycache__/
|
|
|
|
# Datoteke dnevnikov (logs)
|
|
*.log
|
|
settings.json
|