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

# Distribution / packaging
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/

# Environments
.env
.env.*
!.env.example
.venv
venv/
ENV/
env.bak/
venv.bak/

# VS Code settings
.vscode/

# OS generated files
.DS_Store
Thumbs.db

# Exclude files specific to CLI development
# /dist/ # Already covered above
# /build/ # Already covered above
# /.eggs/ # Already covered above
