# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

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

# Environments
.env
.venv/
venv/

# Testing
.pytest_cache/
htmlcov/
.coverage

# Agent-local tooling
.claude/
.codex/

# Development specs
ax-spec/

# Type checkers
.mypy_cache/
.pyre/

# uv
uv.lock
.uv-cache/

# IDE
.idea/
.vscode/
.DS_Store
