# Git
.git
.gitignore

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
dist/
build/

# Testing
tests/
.pytest_cache/
.coverage
htmlcov/

# Development
.vscode/
.idea/
*.swp
*.swo
*~

# Documentation (wheel build needs root README.md; skip large doc tree)
docs/

# CI/CD
.github/

# Other
makefile
config.toml
*.log
logs/
