first commit
This commit is contained in:
50
.gitignore
vendored
Normal file
50
.gitignore
vendored
Normal file
@@ -0,0 +1,50 @@
|
||||
# ---------- Python ----------
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
*.so
|
||||
.Python
|
||||
.venv/
|
||||
venv/
|
||||
env/
|
||||
ENV/
|
||||
*.egg-info/
|
||||
.eggs/
|
||||
dist/
|
||||
build/
|
||||
.python-version
|
||||
.ruff_cache/
|
||||
.mypy_cache/
|
||||
.pytest_cache/
|
||||
|
||||
# ---------- Node / Frontend ----------
|
||||
node_modules/
|
||||
frontend/dist/
|
||||
*.local
|
||||
.vite/
|
||||
.cache/
|
||||
|
||||
# ---------- Env / Secrets ----------
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
*.pem
|
||||
*.key
|
||||
|
||||
# ---------- Data / DB ----------
|
||||
*.sqlite
|
||||
*.sqlite3
|
||||
*.db
|
||||
backend/data/
|
||||
data/parquet/
|
||||
data/raw/
|
||||
|
||||
# ---------- IDE / OS ----------
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# ---------- Claude ----------
|
||||
.claude/settings.local.json
|
||||
Reference in New Issue
Block a user