mirror of
https://github.com/arkorty/B.Tech-Project-III.git
synced 2026-04-19 12:41:48 +00:00
init
This commit is contained in:
40
thirdeye/.gitignore
vendored
Normal file
40
thirdeye/.gitignore
vendored
Normal file
@@ -0,0 +1,40 @@
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.pyo
|
||||
*.pyd
|
||||
*.so
|
||||
*.egg-info/
|
||||
.venv/
|
||||
venv/
|
||||
.env
|
||||
.env.*
|
||||
.env.backup
|
||||
|
||||
# VSCode
|
||||
.vscode/
|
||||
|
||||
# Byte-compiled / optimized / DLL files
|
||||
*.pyc
|
||||
|
||||
# Alembic
|
||||
alembic/*.pyc
|
||||
|
||||
# Pytest
|
||||
.pytest_cache/
|
||||
|
||||
# Coverage
|
||||
.coverage
|
||||
htmlcov/
|
||||
|
||||
# Docker
|
||||
*.log
|
||||
**/.mypy_cache/
|
||||
**/.ruff_cache/
|
||||
|
||||
# Build artifacts
|
||||
build/
|
||||
dist/
|
||||
|
||||
chroma_db/*
|
||||
node_modules*.db
|
||||
Reference in New Issue
Block a user