# Version control
.github

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

# Python build artifacts
__pycache__
*.pyc
*.pyo
*.pyd
*.egg-info
dist
build
.tox
.nox

# Tests and coverage
scallops/tests
.pytest_cache
.coverage
.coverage.*
htmlcov

# Documentation (not needed for install)
docs
requirements.doc.txt

# macOS
.DS_Store
