# 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

# Virtual Environment
venv/
env/
ENV/
.env
.venv

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

# Project specific
*.session
*.json
*.txt
!requirements*.txt
!test*.json
# e2e output dir (keep the dir tracked, ignore its contents)
/data/*
!/data/.gitkeep
*.log

# Config files (uncomment to ignore)
config.yml

# Testing
.coverage
htmlcov/
.pytest_cache/
.mypy_cache/

# Distribution / Packaging
.Python
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/

# Jupyter Notebook
.ipynb_checkpoints

# Local development
.DS_Store
Thumbs.db
*.tar.gz
*.zip

# Version files
=10.0.0

.claude/skills/

