kangda-robot-backend/ruoyi-fastapi-backend/.gitignore
2026-02-03 13:44:11 +08:00

59 lines
509 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)
server.py
visitor/visitorIds.txt
.env.dev
.env.prod
employee/
employee/face_images/
test/
visitor/
myenv/