Initial commit: Project structure

This commit is contained in:
2026-04-17 17:04:00 +08:00
commit c05ba7ec7e
2 changed files with 42 additions and 0 deletions

31
.gitignore vendored Normal file
View File

@@ -0,0 +1,31 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
ENV/
# Databricks
.databricks/
.databricks-bundles/
*.dbc
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Logs
*.log
# Environment variables
.env
.env.local

11
README.md Normal file
View File

@@ -0,0 +1,11 @@
# MarketAnalysis ETL
This repository contains ETL code for Market Analysis on Databricks.
## Project Structure
- `notebooks/` - Databricks notebooks
- `src/` - Source code files
- `config/` - Configuration files
## Setup
Clone the repository and configure Databricks workspace connection.