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

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

# Virtual environment
venv/
.venv/
env/

# IDE
.vscode/
.idea/
*.swp
*.swo

# pytest
.pytest_cache/
htmlcov/
.coverage
coverage.xml

# OS
Thumbs.db
Desktop.ini
.DS_Store

# Scratch / temp
*.json
!examples/*.json
Instructions.md
*.log