# Bytecode and Python cache
__pycache__/
*.py[cod]
*.pyo

# Virtual environments
.venv/
env/
venv/

# Jupyter notebooks
.ipynb_checkpoints/

# Build artifacts
dist/
build/
*.egg-info/

# VSCode config
.vscode/

# PyInstaller
*.spec

# Mac/Linux/Windows system files
.DS_Store
Thumbs.db
