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

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

# Environments
.venv/
venv/
env/

# uv
.python-version

# Testing / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
coverage.xml

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

# Editors
.idea/
.vscode/
*.swp
*.swo
.DS_Store
