# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Caches
.infradetective_cache.json
.pytest_cache/
.coverage
htmlcov/

# Build and Distribution
build/
dist/
*.egg-info/

# Environments
.env
.venv
env/
venv/
ENV/

# OS files
.DS_Store
Thumbs.db
