# Git
.git
.gitignore

# Python
__pycache__
*.py[cod]
*$py.class
*.so
.Python
.venv
venv
.env

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

# Build
build
dist
*.egg-info
.eggs

# lgrep data
.lgrep

# Tests
tests
.pytest_cache
.coverage
htmlcov

# Docs
*.md
!README.md

# Docker
Dockerfile
.dockerignore
