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

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

# Testing
.pytest_cache/

# Type checking
.mypy_cache/

# Virtual environments
.venv/
venv/
ENV/

# IDE
.idea/

# UV
uv.lock

.autodef_cache/