# -*- mode: gitignore; -*-
.github/
docs/
examples/
logos/

Dockerfile

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# egg-related
vyper.egg-info/
build/
dist/
.eggs/

.pytest_cache/

# pyenv
.python-version

# dotenv
.env

# virtualenv
.venv/
venv/
ENV/

# Coverage tests
.coverage*
.cache/
htmlcov/
coverage.xml

# IDEs
.idea/
.vscode/

.tox/
.mypy_cache/
.hypothesis/

*.spec

# mac
.DS_Store