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

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

# Testing
.pytest_cache/
htmlcov/
.coverage
.tox/
coverage.xml

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

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