Files
vibe-coding-cn/.gitignore
T
tukuaiai 45b9d3b8eb feat: Add GitHub community files and update contact information
This commit introduces standard GitHub community files including:
- Issue templates for bug reports and feature requests.
- Pull Request template.
- Security policy with contact email.
- Funding configuration with GitHub Sponsors and custom links.

Updates include:
- .github/ISSUE_TEMPLATE/ with bug_report.md and feature_request.md.
- .github/PULL_REQUEST_TEMPLATE.md.
- .github/SECURITY.md with tukuai.ai@gmail.com as contact email.
- .github/FUNDING.yml with github: tukuaiai and custom crypto/social links.
- README.md with a new 联系方式 section and fixed Mermaid diagram syntax.
- .gitignore updated to track .github/ directory.

This ensures better community engagement and project maintainability.
2025-12-13 09:52:56 +08:00

103 lines
991 B
Plaintext

# Python
__pycache__/
*.py[cod]
.history/
*$py.class
*.so
*.jsonl
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
*.csv
*.zip
*.jsonl
*.db
*.pyc
*.png
*.jpg
# Virtual Environment
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
*.gz
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Testing
.pytest_cache/
.coverage
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
# Logs
*.log
*.log.[0-9]*
*.out
logs/*.log
logs/*.out
# 项目特定
# Jupyter Notebook
.ipynb_checkpoints
# pyenv
.python-version
# Celery
*.pyc
celerybeat-schedule
celerybeat.pid
# SageMath parsed files
*.sage.py
# Environments
.env
.env.local
.env.*.local
# mypy
.mypy_cache/
.dmypy.json
dmypy.json
# backtest folder
src/backtest/
# Additional exclusions
.history/
.venv_patterns/
logs/
# Backup files
*.bak
*.tmp
backups/gz/