solorpower/.gitignore
haneulai f2bb131884
Some checks are pending
CI / Crawler (Python ${{ matrix.python-version }}) (3.10) (push) Waiting to run
CI / Crawler (Python ${{ matrix.python-version }}) (3.11) (push) Waiting to run
CI / API (Python 3.11) (push) Waiting to run
CI / Database migration (push) Waiting to run
CI / App web build (Node 20) (push) Waiting to run
refactor: complete repository structure cleanup
2026-08-07 15:30:44 +09:00

53 lines
516 B
Plaintext

# Dependencies
node_modules/
.expo/
dist/
build/
# Python cache
__pycache__/
*.pyc
*.pyo
*.pyd
.pytest_cache/
.venv/
venv/
venv_win/
env/
# Database & Credentials
*.db
*.db-journal
.env
.env.*
!.env.example
secrets.json
# Runtime output
*.log
# IDEs and Editors
.vscode/
.idea/
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# OS files
.DS_Store
Thumbs.db
# Temporary directories
temp_git/
scratch/
# Server-only deployment artifacts
deploy_backups/
deploy_staging/
# Supabase CLI binaries
supabase.exe
supabase-go.exe