# Ignore problems due to pyserde decorators
.*.__serde__
lle.env.serde

# Ignore the .pyi file import that fail
lle.tile
lle.world
lle.direction
lle.agent
lle.action
lle.event

# The Tile class is just there to be subclassed in Python but does not actually exist
lle.lle.Tile

# Error such that the 'render' method would be abstract at runtime... -> Ignore it
lle.env.RLEnv.render
