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

# Virtual environments
.venv/
venv/
env/

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

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/

# Jupyter
.ipynb_checkpoints/

# OS
.DS_Store
Thumbs.db

# COMSOL / simulation data
*.mph
*.cmslh5
*.cmslh5.tmp
*.h5
*.hdf5

# Logs
*.log

# Distribution
*.tar.gz
*.zip
MANIFEST

# Secrets
.env
.env.local
