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

# C extensions
*.so
*.pyd
*.dll

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

# Test / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.coverage.xml
hypothesis/
.benchmarks/

# Docs site (MkDocs)
site/
_site/

# C coverage (gcov/lcov)
*.gcda
*.gcno
*.gcov
coverage.info
lcov/

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

# Lint / format
.ruff_cache/

# Nox
.nox/

# Virtual environments
.venv/
venv/
env/

# IDE
.idea/
.vscode/
*.swp

# OS
.DS_Store
Thumbs.db
