Curie-Web/.gitignore

28 lines
279 B
Plaintext
Raw Normal View History

2020-06-24 19:09:05 +01:00
# Files to ignore when adding and committing files to a repository
.DS_Store
Thumbs.db
2020-09-08 10:43:03 +01:00
# Test Server certificate and keys
*.pem
2020-06-24 19:09:05 +01:00
*.py[cod]
*$py.class
# virtualenv
.venv/
venv/
# PyCharm
.idea
# VS Code
2020-09-08 10:43:03 +01:00
.vscode
2020-09-11 16:46:11 +01:00
# Logs
*.log
2020-09-27 09:48:06 +01:00
# Personal Configs
config.ini.bak
config.ini.git