mirror of
https://github.com/onestardao/WFGY.git
synced 2026-04-26 10:40:55 +00:00
Update .gitignore
This commit is contained in:
parent
f9ae806601
commit
4ae76cde66
1 changed files with 71 additions and 1 deletions
72
.gitignore
vendored
72
.gitignore
vendored
|
|
@ -1,4 +1,74 @@
|
|||
# Python bytecode
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
|
||||
# Virtual environments
|
||||
.venv/
|
||||
venv/
|
||||
ENV/
|
||||
env/
|
||||
.conda/
|
||||
pip-wheel-metadata/
|
||||
|
||||
# Packaging and build artifacts
|
||||
build/
|
||||
dist/
|
||||
develop-eggs/
|
||||
eggs/
|
||||
*.egg-info/
|
||||
.installed.cfg
|
||||
pip-log.txt
|
||||
|
||||
# Test and coverage artifacts
|
||||
.pytest_cache/
|
||||
.coverage
|
||||
.coverage.*
|
||||
htmlcov/
|
||||
coverage.xml
|
||||
nosetests.xml
|
||||
test-results/
|
||||
junit.xml
|
||||
|
||||
# Jupyter and notebook artifacts (keep *.ipynb tracked)
|
||||
.ipynb_checkpoints/
|
||||
*.nbconvert.ipynb
|
||||
|
||||
# Data science caches
|
||||
.mypy_cache/
|
||||
.pytype/
|
||||
.pyre/
|
||||
.ruff_cache/
|
||||
.tox/
|
||||
.nox/
|
||||
|
||||
# Logs and temporary files
|
||||
*.log
|
||||
*.tmp
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# Local env and secrets
|
||||
.env
|
||||
.env.*
|
||||
*.key
|
||||
*.pem
|
||||
*.p12
|
||||
*.pfx
|
||||
|
||||
# OS generated files
|
||||
.DS_Store
|
||||
.AppleDouble
|
||||
.LSOverride
|
||||
Thumbs.db
|
||||
Desktop.ini
|
||||
|
||||
# IDE and editor settings
|
||||
.vscode/
|
||||
.idea/
|
||||
*.iml
|
||||
|
||||
# Optional: local runtime outputs (enable if you generate these folders)
|
||||
# outputs/
|
||||
# runs/
|
||||
# tmp/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue