14 lines
175 B
Plaintext
14 lines
175 B
Plaintext
# PostgreSQL Import Config
|
|
# Die echte config.ini enthält Passwörter und sollte NICHT ins Git!
|
|
config.ini
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.log
|
|
|
|
# Temp files
|
|
*.tmp
|
|
*.bak
|