# Git
.git
.gitignore

# Python
__pycache__
*.py[cod]
*$py.class
*.so
.Python
.venv
venv
ENV
env
.eggs
*.egg-info
*.egg

# Testing/Dev
.pytest_cache
.coverage
htmlcov
.tox
.mypy_cache
.ruff_cache

# IDE
.vscode
.idea
*.swp
*.swo

# Output/Logs
output/
*.log

# Apify (not needed for Fly deployment)
apify_actors/

# Docs/Tests (not needed at runtime)
tests/
docs/
*.md
!README.md

# Environment
.env
.env.*

# Misc
.DS_Store
Thumbs.db
