oc_keycrm_contact/.gitignore

30 lines
715 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Игнорировать файлы с расширением .log и .tmp
*.log
*.tmp
# Игнорировать директорию с именем temp
temp/
# Игнорировать файл config.ini
config.ini
# Игнорировать все файлы в директории temp_folder
temp_folder/*
# Игнорировать все файлы и поддиректории в директории logs
logs/*
.venv/
keyroz.txt
.env
creds_service_acc.json
test.py
test1.py
notfiles.xlsx
__pycache__
output.json
data.json
*.zip
*.db
# Игнорировать все файлы и директории, кроме файла important.txt и директории docs
!/requirements.txt
!/docs/