# Editors
.vscode/
.idea/

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

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

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

# Virtual environments
venv/
env/
ENV/
.env/
.venv/

# Jupyter Notebook
.ipynb_checkpoints

# mypy
.mypy_cache/

# ruff
.ruff_cache/

# Logs
*.log

# Secrets
.env
.secrets/