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

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

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
pytest_cache/
.coverage
coverage.xml

# Sphinx build artifacts
docs/_build/

# IDEs and editors
.vscode/
.idea/
*.swp

# macOS
.DS_Store

# Hatch environments
.hatch/

# Environment file
.env
.venv/
env/
venv/
ENV/
env.bak/
venv.bak/
