# Git
.git
.gitignore
.gitattributes

# Python
__pycache__
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/
.hypothesis/
.mypy_cache/
.dmypy.json
dmypy.json

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

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

# OS
.DS_Store
Thumbs.db

# Nix
.envrc
.direnv/
flake.lock
result

# Documentation
docs/
*.md
!README.md

# Tests
tests/
*.pytest_cache

# Docker
docker/
Dockerfile
docker-compose.yml
.dockerignore

# CI/CD
.github/
.pre-commit-config.yaml

# Examples
examples/

# Temporary files
tmp/
temp/
*.tmp
*.log
