Files
ProxyAuto/.gitignore

24 lines
222 B
Plaintext

.DS_Store
.env
# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.egg-info/
.pytest_cache/
.venv/
venv/
env/
# Flask / runtime
backend/data/
backend/logs/
# Node / Vite
frontend/node_modules/
frontend/dist/
frontend/.vite/