# Python cache
__pycache__/
*.py[cod]
*$py.class

# Virtual environment
.venv/
env/
venv/

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

# PyInstaller
*.spec

# Jupyter notebooks checkpoints
.ipynb_checkpoints/

# VSCode settings
.vscode/

# OS files
.DS_Store
Thumbs.db

# Pytest cache
.pytest_cache/

# Temporary files
*.log
*.tmp

# IDE specific
.idea/
*.txt
