# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
ENV/
.venv

# Environment variables
.env
.env.local

# Output directories
output/
cache/
test_output/
test_e2e_output/

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

# OS
.DS_Store
._*

# Test outputs
*.png
*.jpg
*.jpeg
.pytest_cache/
.coverage
htmlcov/

# Jupyter Notebook
.ipynb_checkpoints

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

example/

