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

# Virtual environments
.venv/
env/
venv/

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

# VSCode
.vscode/

# Pytest cache
.cache/
.pytest_cache/

# MyPy / Coverage / Others
.mypy_cache/
coverage.xml
htmlcov/

# OS
.DS_Store
Thumbs.db

# Compiled objects
*.obj
