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

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

# Test/coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.mypy_cache/
.ruff_cache/

# Virtualenvs
.venv/
venv/
env/

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