XH_Digital_Management/.gitignore

108 lines
1.0 KiB
Plaintext
Raw Permalink Normal View History

2024-05-29 15:57:21 +08:00
*.pyc
*.pyo
*.db
*.sqlite3
2024-05-29 15:58:21 +08:00
__pycache__/
2024-05-29 15:57:21 +08:00
db.sqlite3
media/
2024-05-29 15:58:21 +08:00
# Django media and static files
media/
staticfiles/
# virtualenv
2024-05-29 15:57:21 +08:00
venv/
2024-05-29 15:58:21 +08:00
ENV/
env/
.virtualenv/
# Spyder project settings
.spyderproject
.spyproject
# PyCharm
.idea/
*.iml
2024-05-29 15:57:21 +08:00
2024-05-29 15:58:21 +08:00
# Jupyter Notebook
.ipynb_checkpoints
# VS Code
.vscode/
# Mac OS folder attributes
.DS_Store
# Thumbnails
Thumbs.db
# Windows files
ehthumbs.db
Desktop.ini
# Python bytecode
2024-05-15 09:23:16 +08:00
__pycache__/
*.py[cod]
2024-05-29 15:58:21 +08:00
# packages
*.egg
*.egg-info/
2024-05-15 09:23:16 +08:00
dist/
2024-05-29 15:58:21 +08:00
build/
2024-05-15 09:23:16 +08:00
eggs/
parts/
2024-05-29 15:58:21 +08:00
bin/
2024-05-15 09:23:16 +08:00
var/
2024-05-29 15:58:21 +08:00
sdist/
develop-eggs/
2024-05-15 09:23:16 +08:00
.installed.cfg
2024-05-29 15:58:21 +08:00
lib/
lib64/
wheelhouse/
2024-05-15 09:23:16 +08:00
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/
# Translations
*.mo
*.pot
# Django stuff:
*.log
local_settings.py
# Flask stuff:
instance/
.webassets-cache
# Scrapy stuff:
.scrapy
# Sphinx documentation
docs/_build/
# PyBuilder
target/
2024-05-29 15:58:21 +08:00
# Backup files
*.bak
2024-05-15 09:23:16 +08:00
2024-05-29 15:58:21 +08:00
# Other files
*.csv
2024-05-29 17:11:26 +08:00
*.json
/.idea/misc.xml
/.gitignore