Curie-Web/.gitignore

16 lines
171 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
*.py[cod]
*$py.class
# virtualenv
.venv/
venv/
# PyCharm
.idea
# VS Code
.vscode