# .gitignore file for Screenshooter Project

# Ignore all files in these directories
.venv/
__pycache__/
.pytest_cache/
.vscode/
.ruff_cache/
.cursor/example-files/
# Ignore all files in tests directory for now while constructing tests

# Ignore these file types
*.DS_Store
*.pdf
*.png
*.jpg
*.jpeg
*.txt
*.log
*.json
*.yaml
*.yml
*.csv
*.jsonl
*.jsonc
*.env

old.*
bak.*

# Ignore all files in tests directory for now while constructing tests
tests/*.py
tests/*.md
tests/unit/