Files
pdf2csv/.dockerignore
2025-10-12 02:10:57 +02:00

57 lines
437 B
Plaintext

# Git
.git
.gitignore
.gitattributes
# Documentation
*.md
!README.md
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
.pytest_cache/
.coverage
htmlcov/
# Virtual environments
venv/
env/
ENV/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# Fichiers temporaires
*.tmp
*.log
*.csv
*.pdf
# OS
.DS_Store
Thumbs.db