# Flow SDK ignore file - exclude unnecessary files from code upload

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtual environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
**/venv/
**/.venv/

# Testing
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/
htmlcov/

# Git
.git/
.gitignore

# IDE
.idea/
.vscode/
*.swp
*.swo
*~
.project
.pydevproject

# Documentation
docs/_build/
site/

# Jupyter
.ipynb_checkpoints
*.ipynb

# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Project specific
tests/
test_*.py
*.log
*.md
llms.txt
examples/
scripts/
tmp/
mithril/
mithril-js/
dist/
docs/
uv.lock
.pytest_cache/
.mypy_cache/
.ruff_cache/