uv.lock
_tmp/*
data/*
# Example data directory
examples/data/
*.edf
*.asc

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

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

# Distribution / packaging
build/
dist/
*.egg-info/
.eggs/
*.egg

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

# macOS
.DS_Store
.AppleDouble
.LSOverride

# Coverage reports
htmlcov/
.coverage
.coverage.*
coverage.xml
*.cover

# Testing
.pytest_cache/
.tox/

# Linting / formatting
.ruff_cache/
.mypy_cache/
.dmypy.json
dmypy.json

# Logs
*.log

# Environment variables
.env
.env.local
