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

# Virtual environment
.venv/
venv/

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

# Environment variables
.env

# PyTest cache
.pytest_cache/

# VS Code settings
.vscode/ 