__pycache__/
*.py[cod]
*.pyo
*.pyd
*.egg-info/
*.egg
dist/
build/
.eggs/
*.whl

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

# Virtual environments
.venv/
venv/
env/

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

# findata runtime data
.findata/

# OS
.DS_Store
Thumbs.db
