Curie-Web/.gitignore

23 lines
228 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