# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.egg-info/
*.egg
dist/
build/
.eggs/

# Generated at build time by hatch-vcs
src/gdeltforge/_version.py

# MkDocs build output
site/

# Virtual environments
.venv/
venv/
env/
ENV/

# uv
.python-version

# Config (contains local paths — copy from settings.example.yaml)
config/settings.yaml

# Pipeline data directories
*.zip
*.csv
*.parquet

# Logs
logs/

# IDE
.vscode/
.idea/
*.code-workspace

# OS
.DS_Store
Thumbs.db

# Jupyter
.ipynb_checkpoints/
*.ipynb

# Personal notes (not part of the public project)
ROADMAP.md
