# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg
.eggs/

# Virtual environments
.venv/
venv/
ENV/

# Type checking
.mypy_cache/
.pyright/

# Linting
.ruff_cache/

# Testing
.pytest_cache/
htmlcov/
.coverage
coverage.xml

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

# OS
.DS_Store
Thumbs.db

# Auto-generated by hatch-vcs (do not commit)
src/fastshare/_version.py

# Project planning (internal)
.planning/
.claude/

# Transient files
fastshare_prd.docx
test.py
