.venv/
.vscode/

__pycache__/

# Pytest
.cache/
nosetests.xml
coverage.xml
*.cover
*.py,cover

# Coverage reports
htmlcov/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml

# Ignore build directories
build/
dist/

# Ignore temporary files
*.tmp
*.swp

.env
universe