ComptaInde/.gitignore

51 lines
571 B
Plaintext
Raw Normal View History

2024-06-20 07:38:31 +02:00
# Django #
2020-02-18 08:14:07 +01:00
*.log
2024-06-20 07:38:31 +02:00
*.pot
*.pyc
__pycache__
2021-12-31 09:07:18 +01:00
db.sqlite3
2024-06-20 07:38:31 +02:00
*.sql
media
*.yaml
*.json
staticfiles/
.coverage
2020-02-18 08:14:07 +01:00
2024-06-20 07:38:31 +02:00
# Python #
*.py[cod]
*$py.class
2020-02-18 08:14:07 +01:00
# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
2024-06-20 07:38:31 +02:00
data/
# Visual Studio Code #
.vscode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
.history
# Mac OS
.DS_Store
# Project Specific
static/js/plugins/fullcalendar/locales/*
static/js/plugins/fullcalendar/locales-all.js
static/js/plugins/fullcalendar/locales-all.min.js
*.db
*.bkp
*.drawio*
*.docx
*.pdf
tested_solution*