# Python
__pycache__/
*.py[cod]
*.egg-info/
*.egg
.eggs/

# Distribution / build
dist/
build/
*.whl

# Virtual environments
.venv/
venv/
env/

# Testing & coverage
.coverage
.coverage.*
htmlcov/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# InfraKit runtime artifacts
.infrakit/

# macOS
.DS_Store

# IDE
.idea/
.vscode/
*.swp
