# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so

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

# Virtual environments
.venv/
venv/
env/

# Testing
.pytest_cache/
.coverage
htmlcov/

# Anansi runtime data
~/.anansi/

# Editors
.DS_Store
*.swp
*.swo
.idea/
.vscode/
