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

# Virtual environments
.venv/
venv/
ENV/

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

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

# Git
.git/
.gitignore
.gitattributes

# CI/CD
.github/

# Documentation
*.md
!README.md
docs/

# Development
.pre-commit-config.yaml
.ruff.toml

# State files
.cache/

# Docker
Dockerfile
.dockerignore

# Misc
*.log
.DS_Store

cache
config
