# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

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

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

# OS
.DS_Store
Thumbs.db

# Project-specific
raw_data/
*.ipynb
*.pkl
*.pdf

# Testing
.pytest_cache/
.coverage
htmlcov/

# Distribution
*.egg
.eggs/
PUBLISHING.md