# Environment variables
.env
*.env
.env.*

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
!docs-site/lib/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
pip-log.txt
pip-delete-this-directory.txt

# Virtual environments
venv/
env/
ENV/
env.bak/
venv.bak/
.venv/
.venv-*/
*.venv

# Testing
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/

# Jupyter Notebook
.ipynb_checkpoints
*.ipynb

# ConnectOnion specific
.connectonion/
agent_histories/
*.agent-history
.browser_agent_profile/

# IDEs
.vscode/
.idea/
*.swp
*.swo
*.sublime-project
*.sublime-workspace
.spyderproject
.spyproject
.ropeproject

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

# Claude Code specific
.claude/

# Logs
*.log
logs/

# Temporary files
*.tmp
*.temp
*~
.#*
#*#
.tmp/
tmp/

# Distribution / packaging
.Python
pip-wheel-metadata/

# Documentation
docs/_build/
docs/archive/
site/

# Wiki (separate Git repository)
wiki/

# Docs site (separate private Git repository)
docs-site/

# pyenv
.python-version

# pipenv
Pipfile.lock

# PEP 582
__pypackages__/

# Celery stuff
celerybeat-schedule
celerybeat.pid

# SageMath parsed files
*.sage.py

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Pyre type checker
.pyre/

# pytype static type analyzer
.pytype/

# Ruff
.ruff_cache/

# UV package manager cache
.uv/

# Rye
.rye/

# Database files
*.sqlite
*.sqlite3
*.db

# Backup and merge files
*.bak
*.orig
*.rej

# AWS test infrastructure - private files
tests/cli/aws/config.sh
tests/cli/aws/*.pem
tests/cli/aws/*.key
tests/cli/aws/.server-ip

# Test artifacts and results
tests/cli/results/
tests/cli/logs/
test-package-*.tar.gz
# Agent runtime directory
.co/
NIGHT_RUNNER_PROGRESS.md
