Files
stock/.gitignore
2026-06-11 01:41:47 +08:00

51 lines
468 B
Plaintext

# Environment (secrets)
.env
.env.local
.env.*.local
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
.venv/
env/
ENV/
*.egg-info/
.eggs/
dist/
build/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
*.log
# Node / Frontend
node_modules/
dist/
.vite/
*.tsbuildinfo
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
desktop.ini
# Celery
celerybeat-schedule
celerybeat.pid
# Docker (local overrides)
docker-compose.override.yml