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

# Hypothesis
.hypothesis/

# Pytest
.pytest_cache/

# IDE
.vscode/
.idea/

# Environment
.env
.venv/
venv/
