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

# Bytecode
__pycache__/
*.py[cod]
*$py.class

# Virtual environments
.venv/
venv/
env/

# Tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.tox/
.coverage
htmlcov/

# Editor
.vscode/
.idea/
*.swp
.DS_Store
