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

# OS-specific files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Environments and Virtual Environments
.env
.venv
env/
venv/
ENV/

# Testing and Coverage
.pytest_cache/
.coverage
htmlcov/
test/

# Editor / IDE configuration
.vscode/
.idea/
*.suo
*.ntvs*
*.njsproj
*.sln
*.swp

# Packaging
dist/
build/
*.egg-info/

