# Byte-compiled / optimised
__pycache__/
*.py[cod]
*$py.class

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

# Virtual environments
.venv/
venv/
ENV/

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

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

# Type checking
.mypy_cache/
.pytype/

# Linting
.ruff_cache/

# Documentation
docs/.docusaurus/
docs/node_modules/
docs/build/

# Environment
.env
.env.local
*.local

# OS
.DS_Store
Thumbs.db

# Sessions (user data)
.pureagents/
