# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.pyd
*.pdb

# Virtual environments
.venv/
venv/
env/
ENV/
.env/

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

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage
.tox/
.coverage
.coverage.*
htmlcov/
.pytest_cache/
.cache/
nosetests.xml
coverage.xml
*.cover
.hypothesis/

# Linting
.ruff_cache/
.mypy_cache/

# pysnap cache
.cache/pysnap/

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

# IDE / Editor
.vscode/
.idea/
*.sublime-project
*.sublime-workspace
*.swp
*.swo
*~

# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Logs
*.log
logs/

# Temporary files
*.tmp
*.bak
tmp/

# Smoke test output
my-api/

# Root-level Docker files (pysnap is a CLI tool, Docker templates are inside pysnap/templates/)
/Dockerfile
/docker-compose.yml
/.dockerignore

# Speckit agent internals
.agent/

# Lock files (pysnap is a library/CLI, consumers pin their own deps)
uv.lock

