# 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
~/

# Coverage & Testing
htmlcov/
.tox/
.coverage
.coverage.*
.cache
coverage.xml
.pytest_cache/

# Logs
logs/
*.log

# Environment
venv/
env/
.env
.venv

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

# Project specific
output/

# Add to existing .gitignore
tests/fixtures/*.json
!tests/fixtures/sample.json
!tests/fixtures/notebook.json

# Test outputs
test-results/
htmlcov/
.coverage
coverage.xml
