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

# Virtual environments
.venv/
venv/
env/

# uv
.uv/

# Environment variables
.env
.env.*

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

# Testing
.pytest_cache/
.coverage
htmlcov/

# Type checking
.mypy_cache/

# Ruff
.ruff_cache/

# IDEs
.vscode/
.idea/

# OS
.DS_Store
Thumbs.db

# Logs
*.log

# Jupyter
.ipynb_checkpoints/
resumes/