项目文件夹

文件
2026-07-13 12:48:47 +08:00

33 行
329 B
Plaintext

# Byte-compiled / cache files
__pycache__/
*.py[cod]
*.pyo
*.pyd
# Virtual environments
venv/
env/
.venv/
.env/
# Distribution / packaging
*.egg-info/
build/
dist/
# Git and other VCS
.git/
.gitignore
# Editor files
*.swp
*.swo
*.bak
*.tmp
.DS_Store
.idea/
.vscode/
# Secrets (if you’re using .env for API keys etc.)
.env