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

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

# Virtual environments
.venv/
venv/
env/
.env

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/

# Type checking
.mypy_cache/
.pytype/
.ruff_cache/

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

# macOS
.DS_Store
