项目文件夹

文件
Rohit C Prasad eb71e6d1f7 Merge remote-tracking branch 'origin/main' into pr81
# Conflicts:
#	.gitignore
2026-07-16 11:40:50 -07:00

76 行
741 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
.env
.venv
env/
venv/
ENV/
*.whl
# Node/TypeScript
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.npm
.env.local
.env.*.local
dist/
coverage/
*.tsbuildinfo
# IDEs and editors
.idea/
.vscode/
*.swp
*.swo
.DS_Store
**/.DS_Store
*.sublime-workspace
*.sublime-project
# Jupyter Notebook
.ipynb_checkpoints
*/.ipynb_checkpoints/*
# Testing
.coverage
htmlcov/
.pytest_cache/
coverage/
.nyc_output/
# Cloud credentials
.google-adc
# Local test scratch files
ignore*.py
ignore_local*.py
# Logs
logs
*.log
# Python version
.python-version