daren/.gitignore
2025-05-29 17:34:35 +08:00

99 lines
945 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/F
.installed.cfg
*.egg
MANIFEST
# PyInstaller
*.manifest
*.spec
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/
# Translations
*.mo
*.pot
# Django stuff:
*.log
logs/app.log
local_settings.py
db.sqlite3
db.sqlite3-journal
static/
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# 虚拟环境
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# 系统文件
.DS_Store
Thumbs.db
# Jupyter Notebook
.ipynb_checkpoints
# IPython
profile_default/
ipython_config.py
# Celery stuff
celerybeat-schedule
celerybeat.pid
# mypy
.mypy_cache/
.dmypy.json
dmypy.json