# Virtual environment
.venv/
venv/
ENV/
env/

# Byte-compiled / optimized
__pycache__/
*.pyc
*.pyo
*.pyd
*$py.class

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

# Testing
.pytest_cache/
.coverage
htmlcov/

# Linting / Type checking
.mypy_cache/
.ruff_cache/
.pytype/
.dmypy.json
dmypy.json

# OS
.DS_Store
Thumbs.db

# IDEs
.vscode/
.idea/
*.swp
*.swo

# Project specific
AGENTS.md
