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

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

# IDEs and Editors
.vscode/
.idea/
*.swp
*.swo

# Testing, reporting, and coverage
.coverage
.tox/
.pytest_cache/
htmlcov/

# Distribution / packaging
build/
dist/
*.egg-info/
