# Bytecode
__pycache__/
*.pyc
*.pyo

# Virtual environments
.venv/
venv/
env/

# Tool caches
.mypy_cache/
.ruff_cache/
.pytest_cache/

# Build artifacts
dist/
*.egg-info/
*.whl

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

# OS
.DS_Store
Thumbs.db

# Atl — contains absolute home paths, never track
.atl/

# OpenSpec artifacts are intentionally tracked (B1 artifact store)
# openspec/ is NOT ignored
