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

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

# Virtual environments
.venv/
venv/
ENV/

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

# Testing
.pytest_cache/
.coverage
htmlcov/

# Data artifacts (experiment checkpoints are large)
data/bff_*/
data/bff_swarm/
data/example_swarm/
*.npz

# OS
.DS_Store
Thumbs.db
