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

# Distribution / packaging
build/
dist/
*.egg-info/
*.egg
.eggs/
pip-wheel-metadata/

# Virtualenv
.venv/
venv/
env/
ENV/

# Pytest caches
.pytest_cache/
.coverage
coverage.xml
htmlcov/

# Editor / OS files
.vscode/
.idea/
*.swp
.DS_Store
