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

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

# Environments
.venv*
v-env
ENV/
env/
env.bak/
venv/
venv.bak/

# IDE & Editors
.idea/
.vscode/
*.swp
*.swo

# Testing / Cache
.pytest_cache/
.coverage
htmlcov/
