webscraper/.gitignore
paprykdev d256ec82da
Some checks are pending
Docker Image CI / build (push) Waiting to run
feat: add fully functional torres scraper
Signed-off-by: paprykdev <58005447+paprykdev@users.noreply.github.com>
2025-01-28 16:26:29 +01:00

41 lines
388 B
Plaintext

# Ignore Python bytecode files
*.pyc
*.pyo
__pycache__/
# Ignore virtual environment directories
.venv/
venv/
env/
# Ignore system files
.DS_Store
Thumbs.db
# Ignore log files
*.log
# Ignore temporary files
*.tmp
*.swp
# Ignore output files
dist/
torres/
monet/
build/
*.egg-info/
# Ignore environment files
.env
# IDE files
.idea/
.vscode/
# Images
images/
# example
example.py