
    c                     H    d Z ddlZddlZd                                Zd ZdS )z"Utilities for .projectignore file.    Na"  
# This file contains a list of match patterns that instructs
# anaconda-project to exclude certain files or directories when
# building a project archive. The file format is a simplfied
# version of Git's .gitignore file format. In fact, if the
# project is hosted in a Git repository, these patterns can be
# merged into the .gitignore file and this file removed.
# See the anaconda-project documentation for more details.

# Python caching
*.pyc
*.pyd
*.pyo
__pycache__/

# Jupyter & Spyder stuff
.ipynb_checkpoints/
.Trash-*/
/.spyderproject
c                    t           j                            | d          }t           j                            | d          }t           j                            |          s|t           j                            |          s_	 t	          j        |dd          5 }|                    t                     ddd           dS # 1 swxY w Y   dS # t          $ r Y dS w xY wdS dS )z5Add .projectignore if not found in project directory.z.projectignorez
.gitignorewzutf-8N)	ospathjoinexistscodecsopenwrite_default_projectignoreIOError)project_directoryfilename	gfilenamefs       >lib/python3.11/site-packages/anaconda_project/projectignore.pyadd_projectignore_if_noner   #   s   w||-/?@@H.==I7>>(## BGNN9,E,E 	XsG44 0.///0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 	 	 	DD		   s6    C B>1C >CC CC 
CC)__doc__r   r	   lstripr   r        r   <module>r      sM    ) ( 				 & FHH' ,	 	 	 	 	r   