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

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

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

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
test/df-example-*.txt

# Documentation (not needed in container)
*.md
!README.md

# Git
.git/
.gitignore
.gitattributes

# Docker
Containerfile
Dockerfile
.dockerignore

# Logs
*.log

# OS
.DS_Store
Thumbs.db
