Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

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

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

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

# Ruff
.ruff_cache/

# Build
*.manifest
*.spec
.pybuilder/
target/

# Environments
.env
.env.local
.env.*.local

# PyPI
.pypirc

# Project specific files
# Functional test logs
petstore_test_*.log
server_output.tmp
server_log.txt
server_pid.txt
*.tmp
test-docker*.sh

# mkdocs
site/
.venv/

# Temp files
*.bak
*~
.DS_Store
