# Git
.git
.gitignore

# Python
.venv
__pycache__/
*.pyc
*.pyo
*.pyd
.pytest_cache/
*.egg-info/
dist/
build/

# IDE/Editor specific
.vscode/
.cursor/
.idea/

# OS specific
.DS_Store
Thumbs.db

# Other
*.log
*.tmp
*.swp
*~
Makefile
*.json