# Hidden directories
.*/
!.github/
!.github/**

# Binaries
*.exe
*.exe~

# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
venv/
.coverage
htmlcov/

# Editors and OS
*.swp
.DS_Store
Thumbs.db

# Local fixtures for DAGFLOWS_INPUT=./fixture.json runs
fixture*.json

# Markdown documentation
*.md
![rR][eE][aA][dD][mM][eE].md

# Keys and certificates
*.pem
*.ppk

internal_refs/

# Scratch venv used by `make wheel`
.wheelcheck/
.venv-*/
