# Build artifacts
build/
dist/
*.egg-info/
*.egg
.eggs/
src/**/_version.py

# Python
__pycache__/
*.py[cod]
*$py.class
*.so

# Virtual environments
venv/
env/
ENV/

# IDE
.vscode/
.idea/
*.swp

# Testing
.pytest_cache/
.coverage
htmlcov/
.hypothesis/

# Documentation
docs/_build/
docs/_generated/

# Scientific data (adjust as needed)
*.hdf5
*.nc
*.mat
data/processed/

# Jupyter
.ipynb_checkpoints/
*.ipynb

# Distribution
*.whl
*.tar.gz

