andrewyng--aisuite
eb71e6d1f7
# Conflicts: # .gitignore
76 行
741 B
Plaintext
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
|