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

# Virtual environments
.venv/
venv/
ENV/

# IDE
.idea/
.vscode/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db

# Testing & Coverage
.pytest_cache/
.coverage
htmlcov/

# Distribution
*.whl
*.tar.gz

# Jupyter
.ipynb_checkpoints/

# Data (large files should use Git LFS)
*.npy
*.npz
*.h5
*.hdf5
*.oas
*.gds
/data/
/out/
site/
.wrangler/
