# Python
*.pyc
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
dist/
build/
*.whl

# Git
.git/
.gitignore
.gitattributes

# Development
.vscode/
.idea/
*.swp
*.swo
*~

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
tests/

# CI/CD (don't copy to image)
.github/
.gitlab-ci.yml

# Documentation
docs/
*.md
!README.md

# Docker
docker-compose*.yml
Dockerfile*
.dockerignore

# Environment
.env
.env.*
!.env.example

# Database
*.db
*.sqlite
*.sqlite3

# Logs
*.log
logs/

# OS
.DS_Store
Thumbs.db

# Keep these for build
!src/
!pyproject.toml
!README.md
!deploy/docker/entrypoint.sh
!fraiseql_rs/
!Cargo.toml
!Cargo.lock
