kangda-robot-backend/.gitignore
2025-12-05 10:12:12 +08:00

47 lines
400 B
Plaintext

# General
.DS_Store
.AppleDouble
.LSOverride
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
.pytest_cache/
.mypy_cache/
.ruff_cache/
# Virtual Environment
venv/
.venv/
ENV/
# Logs
*.log
# IDEs
.idea/
.vscode/
*.swp
*.swo
# Project specific (local artifacts)